Hello world
#include <cstdio>
using namespace std;
int main(){
printf("Hello World\n");
return 0;
}
Your colleague is snooping behind you.
#include <cstdio>
using namespace std;
int main(){
printf("Hello World\n");
return 0;
}
Posted by Thanatos at 9:09 PM
No comments:
Post a Comment