Compare commits
2 Commits
e074239e2f
...
d35b2f0e67
| Author | SHA1 | Date |
|---|---|---|
|
|
d35b2f0e67 | |
|
|
d8fa6bbd39 |
|
|
@ -0,0 +1,6 @@
|
|||
#include <cstdio>
|
||||
int main()
|
||||
{
|
||||
printf("hello world!");
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in New Issue