From 375799fa79d1af76f33299acc20a11a167a021f8 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 17 Aug 2023 12:32:50 +0200 Subject: project: restructure libraries and build env --- test_package/test.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test_package/test.cpp (limited to 'test_package/test.cpp') diff --git a/test_package/test.cpp b/test_package/test.cpp new file mode 100644 index 0000000..168ac09 --- /dev/null +++ b/test_package/test.cpp @@ -0,0 +1,7 @@ +#include +#include +#include +#include +#include + +auto main() -> int {} \ No newline at end of file -- cgit v1.2.3