Compare commits

...

No commits in common. 'main' and 'dev' have entirely different histories.
main ... dev

@ -1,2 +0,0 @@
# remotebelongslj

@ -0,0 +1,10 @@
#include <iostream>
using namespace std;
int main()
{
cout << "hello world!" << endl;
cout << "基尼太没" << endl;
return 0;
}

@ -0,0 +1 @@
#include <iostream>
Loading…
Cancel
Save