refresh
This commit is contained in:
parent
00e502875f
commit
616f6f3f40
6
du2/program.c
Normal file
6
du2/program.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello world!\n");
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user