From d9ccf8d1ee154e6576cafa2aafb2d66d4f7421f7 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 2 Apr 2024 13:40:42 +0200 Subject: tools,nix: Setting up build example env for cli modification --- modules/tools/examples/cli_mod.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/tools/examples/cli_mod.cpp (limited to 'modules/tools/examples/cli_mod.cpp') diff --git a/modules/tools/examples/cli_mod.cpp b/modules/tools/examples/cli_mod.cpp new file mode 100644 index 0000000..84b3dc6 --- /dev/null +++ b/modules/tools/examples/cli_mod.cpp @@ -0,0 +1,6 @@ + + +int main(int argc, char** argv){ + + return 0; +} -- cgit v1.2.3