summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2025-05-25 15:12:59 -0500
committerAaditya Dhruv <[email protected]>2025-05-25 15:12:59 -0500
commit420ce14859e41d1e8b616ebf1c472763eabe93be (patch)
treed569161b9f5f81166d58f264bd88ca592af3eadc /src/test.c
init
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test.c b/src/test.c
new file mode 100644
index 0000000..d8a0654
--- /dev/null
+++ b/src/test.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+#include "junk/test.h"
+
+void test_print(char* value) {
+ printf("Hello %s from libjunk\n", value);
+}