From 11e09f477480531487cd12b5c107ac1d8352a7a5 Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Sun, 6 Oct 2024 11:25:49 +0300 Subject: Initial commit --- lib/test.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/test.c (limited to 'lib/test.c') diff --git a/lib/test.c b/lib/test.c new file mode 100644 index 0000000..78a0d02 --- /dev/null +++ b/lib/test.c @@ -0,0 +1,9 @@ +#include + +#include "types.h" + +void +dp_hello_world() +{ + printf("Hello World\n"); +} -- cgit v1.2.3