Skip to content
Snippets Groups Projects
helloworld.c 91 B
Newer Older
Matthieu Boileau's avatar
Matthieu Boileau committed
#include <stdio.h>

int main(void)
{
      printf("hello, world\n");
          return 0;
}