Hello World

#include <stdlib.h>
#include <stdio.h>
 
int main(int argc, char* argv[]) {
  printf("Hallo /dev/LUG\n");
  return EXIT_SUCCESS;
}

Compiler Optionen