Skip to content

Commit 1fdc38a

Browse files
committed
test
1 parent eca3f1e commit 1fdc38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#include <iostream>
2-
int main() { std::cout << "test" << std::endl; }
2+
int main() { std::cout << "test" << std::endl; return 0; }

0 commit comments

Comments
 (0)