Hello World

Keywords: #code
#include <stdio.h>
int main() {
  printf("Hello World!\n");
  return 0;
}

– sillyfellow @ [2022-01-03 Mon 09:14]