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:
sfeng 2025-05-13 00:41:05 +00:00
commit 07a88eacaa

6
main.cc Normal file
View file

@ -0,0 +1,6 @@
#include <iostream>
auto main() -> int {
std::cout << "hello, world" << std::endl;
return 0;
}