tech:langage_c_sans_compiler_-_script_en_c
Table des matières
Langage C sans compiler - Script en C
Classique
hello.c
#include<stdio.h> int main(void) { puts("Hello world !"); return 0; }
gcc hello.c ./a.out
Hello world !
Autre façon
tech/langage_c_sans_compiler_-_script_en_c.txt · Dernière modification : de Jean-Baptiste
