From 8476736418d287cb9e652c3c886211699ddb49be Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 21 Aug 2018 14:12:34 +0200 Subject: Add examples --- examples/hello_world/tests/main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/hello_world/tests/main.cpp (limited to 'examples/hello_world/tests') diff --git a/examples/hello_world/tests/main.cpp b/examples/hello_world/tests/main.cpp new file mode 100644 index 0000000..28bab08 --- /dev/null +++ b/examples/hello_world/tests/main.cpp @@ -0,0 +1,7 @@ +#include + +int main(int argc, char **argv) +{ + printf("hello, world!\n"); + return 0; +} -- cgit v1.2.3-70-g09d2