/** * file: main.cpp * author: 简单教程(www.twle.cn) * * Copyright © 2015-2065 www.twle.cn. All rights reserved. */ #include using namespace std; int main() { cout << "Hello, World!" << endl; cout << "Hello, 简单教程!" << endl; return 0; }