Create LT-001.cpp

pull/45/head
Kirigaya Kazuto 2017-03-06 17:53:16 +08:00 committed by GitHub
parent a6d0fe8893
commit 61bbc34db9
1 changed files with 8 additions and 0 deletions

8
Patest/gplt/LT-001.cpp Normal file
View File

@ -0,0 +1,8 @@
#include <iostream>
using namespace std;
int main()
{
cout<<"Hello World!"<<endl;
return 0;
}