c example

main
Francisco Ferreira 1 week ago
commit bb7941d779

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

BIN
hello

Binary file not shown.

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