EasyClock/main.cpp

7 lines
107 B
C++

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