语言暂限定 C/C++吧,类或函数起码能编译过吧
main.cpp
#include <iostream> using namespace std; int main() { cout << "Hello, V2EX!" << "\n"; //add something here return 0; }