Firstpost


Here’s a hello world program:

#include <cstdio>

int main() {
    std::puts("Hello, World");
}