Compare commits

..

2 Commits

1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#include <cstdio>
int main()
{
printf("hello world!");
return 0;
}