yy
Marge
This commit is contained in:
parent
be8ae4b2d3
commit
ee0d559f12
6
a2/program.c
Normal file
6
a2/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