delete pics to save space
This commit is contained in:
10
history_source/ccf 入门篇/U1/1.1.cpp
Normal file
10
history_source/ccf 入门篇/U1/1.1.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
//1.1.1
|
||||
#include<iostream>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
cout<<"I love programming"<<endl;
|
||||
while(true){;
|
||||
}
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user