From d8410667680d9afe8cf2fded57881b61d5cfa3ce Mon Sep 17 00:00:00 2001 From: DEC05EBA Date: Wed, 8 Jan 2020 13:34:55 +0100 Subject: first --- tests/main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/main.cpp (limited to 'tests') diff --git a/tests/main.cpp b/tests/main.cpp new file mode 100644 index 0000000..9ad80a6 --- /dev/null +++ b/tests/main.cpp @@ -0,0 +1,7 @@ +#include + +int main(int argc, char **argv) +{ + printf("hello, world!\n"); + return 0; +} -- cgit v1.2.3