second exercise

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

5
1-2.c Normal file
View File

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