pa-03
This commit is contained in:
5
pa-03/a1/hello.c
Normal file
5
pa-03/a1/hello.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
int main() {
|
||||
printf("Hello, World!");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user