Home Reverse colors Help
Single page Previous Contents Next

Development with GNU/Linux
17 / 30

Hello World (C Version)

File hello.c:

#include <stdio.h>
main ()
{
  printf("Hello world\n");
}

Previous Contents Next
Contact