Merge pull request 'add test code and compiled file is filtered' (#1) from feat/check-branching into main
Reviewed-on: sfeng/forgejo-test-repo#1
This commit is contained in:
commit
07a88eacaa
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