Development with GNU/Linux
17 / 30
Hello World (C Version)
File
hello.c
:
#include <stdio.h> main () { printf("Hello world\n"); }