From f29380e112cb28df1240ad5ed218a26d87fae731 Mon Sep 17 00:00:00 2001 From: Steru Date: Thu, 27 Jun 2024 13:08:14 +0200 Subject: Created project structure. --- src/main/main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/main.cpp (limited to 'src/main/main.cpp') diff --git a/src/main/main.cpp b/src/main/main.cpp new file mode 100644 index 0000000..bc8f460 --- /dev/null +++ b/src/main/main.cpp @@ -0,0 +1,6 @@ +#include + +int main() { + std::cout << "Hello, World!" << std::endl; + return 0; +} -- cgit v1.2.3