Posted on 2021-11-16
Excerpt
General posts.
#include <stdio.h> int main() { printf("Hello world!\n"); return 0; }