记录我与计算机的学习之路
#include<iostream> int main(int argc, const char** argv, const char** envp) { std::cout << "Hello World!" << std::endl; return 0; }