initial import
This commit is contained in:
7
testdata/initial/file.cpp
vendored
Normal file
7
testdata/initial/file.cpp
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
cout << "Hello World!";
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user