test of C example

error-catching
Angelus Vela 1 week ago
commit bc9f532899

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

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