fork download
#include <iostream>

int main(void) {
		std::cout << "Welcome to Next2ch" << std::endl;
		
		return 0;
}
Success #stdin #stdout 0s 4360KB
stdin
Standard input is empty
stdout
Welcome to Next2ch