From 284f3972844ea124c0cd9ee5500e99440bb96aac Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 31 Aug 2025 01:09:37 +0200 Subject: g2h: Add file page Also move helpers to dedicated files. --- test_repo/src/main.cc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test_repo/src/main.cc (limited to 'test_repo/src/main.cc') diff --git a/test_repo/src/main.cc b/test_repo/src/main.cc new file mode 100644 index 0000000..db3a36e --- /dev/null +++ b/test_repo/src/main.cc @@ -0,0 +1,7 @@ +#include "lib.h" + +#include + +int main() { + std::cout << lib::print() << std::endl +} -- cgit v1.2.3