mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Create LT-001.cpp
This commit is contained in:
parent
a6d0fe8893
commit
61bbc34db9
8
Patest/gplt/LT-001.cpp
Normal file
8
Patest/gplt/LT-001.cpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
cout<<"Hello World!"<<endl;
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user