comments (single view)

#include <stdio.h>

int main() {
    puts("Hello, world!");
}
View all comments