#1 main.cpp: hello, world
#include <iostream> int main(void){ std::cout << "Hello, world" << std::endl; return 0; }
目次