add test code and compiled file is filtered
This commit is contained in:
parent
47767c851a
commit
857c79d68d
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