From e57daa001cc74682cdb905d8e0c6c8c3a2c29372 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 10 Oct 2021 10:59:43 +0200 Subject: Initial commit, skeleton --- tests/main.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/main.c (limited to 'tests') diff --git a/tests/main.c b/tests/main.c new file mode 100644 index 0000000..ff1570b --- /dev/null +++ b/tests/main.c @@ -0,0 +1,6 @@ +#include + +int main(int argc, char **argv) { + printf("hello, world!\n"); + return 0; +} -- cgit v1.2.3