init
This commit is contained in:
12
src/main.c
Normal file
12
src/main.c
Normal file
@ -0,0 +1,12 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int ac, char **av)
|
||||
{
|
||||
(void) ac;
|
||||
(void) av;
|
||||
printf("%s %s\n",
|
||||
"gros gras grand grain d'orge, quand te dégros-gras-grand-grain-d'orgeras-tu ?",
|
||||
"Je me dégros-gras-grand-grain-d'orgerai, quand tous les gros gras grains d'orge se seront dégros-gras-grand-grain- d'orgés.");
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user