EasyClock/main.cpp

7 lines
109 B
C++

#include<bits/stdc++.h>
#include "./lib/user.h"
using namespace std;
int main() {
boot();
return 0;
}