A greeting in C

Publication date
April 2nd, 2025
main() {
  printf("hello, world\n");
}