first exercise

This commit is contained in:
celso 2022-11-05 17:50:22 -03:00
parent b0b8afa6d5
commit 4c17733b10
1 changed files with 5 additions and 0 deletions

5
1-1.c Normal file
View File

@ -0,0 +1,5 @@
#include <stdio.h>
int main(){
printf("Hello, world\n");
return 0;
}