apt install -y build-essential
</code>
Crééer le fichier source C ''hello.c'' :
<code bash>
mkdir -p ~/dev... /hello/hello.c
</code>
Ci-dessous le contenu du fichier :
<code c hello.c>
#include <stdio.h>
int main(... o hello.c
</code>
Le dossier contient un nouveau fichier exécutable nommé hello :
<code>
tree hello/
hell... === Qu'est ce qu'un programme compilé ? =====
Le fichier produit contient environ 16000 caractères :
<code