From 0d0ea4313b9809b6204e4fa787ab0fca9190ecc4 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 20 Apr 2024 22:18:34 +0500 Subject: initial commit --- src/main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main.cpp (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..f3eff06 --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,6 @@ +#include + +int main(int argc, char *argv[]) { + std::cout << "hi world\n"; + return 0; +} -- cgit v1.2.3