EasyClock/main.cpp

7 lines
103 B
C++

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