#include <stdio.h>
int main(int argc, char *argv[]) {
printf("Hello World!\n");
return 0;
}
// => prints 'Hello World!' to STDOUT.
Welcome to the first Test Article!
Written on
2020-08-18
,
updated at
2020-08-18
.
Previous:
Welcome to Jekyll Paper!