Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
AshyAsh
/
CProjects
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
CProjects
/
1. Hello World
/
main.c
main.c
92 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
8
9
#include <stdio.h>
int
main ()
{
printf("Hello world!\nMy name is Ash\n");
return 0;
}