delete pics to save space
This commit is contained in:
7
history_source/信息学奥赛一本通/1.1.1.cpp
Normal file
7
history_source/信息学奥赛一本通/1.1.1.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include<iostream>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
cout<<"Hello, World!"<<endl;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user