Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
ivs
/
simplemake
forkato da
rain1/simplemake
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
simplemake
/
greet.c
greet.c
62 B
Permalink
Cronologia
Originale
1
2
3
#include <stdio.h>
void greet(void) { puts("Hello world!"); }