add test code and compiled file is filtered #1
1 changed files with 6 additions and 0 deletions
6
main.cc
Normal file
6
main.cc
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <iostream>
|
||||
|
||||
auto main() -> int {
|
||||
std::cout << "hello, world" << std::endl;
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue