testo of a C example

error-catching
Leonardo Mendoza 1 week ago
commit 571836c9a3

@ -0,0 +1,6 @@
# Introduction
How to compile
```bash
gcc main.c -o hello
```

@ -0,0 +1,7 @@
#include <stdio.h>
int main(void)
{
printf("Hello fags!\n");
return 0;
}
Loading…
Cancel
Save