Romain Delhomel

107
reputation
9
#include <stdio.h>

int main() {
  printf("Hello world\n");
}