From 2b39c39421648cdd65987934e5432d5a12d097b0 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 18 Feb 2026 00:56:45 +0000 Subject: should work without peru --- test/test.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/test.c (limited to 'test/test.c') diff --git a/test/test.c b/test/test.c new file mode 100644 index 0000000..8dd4996 --- /dev/null +++ b/test/test.c @@ -0,0 +1,5 @@ +// @BAKE @CC -std=c23 ../object/libchad.so +#include "../chad.h" +int main () { + dictate ( "cogito ergo sum\n" ); +} -- cgit v1.2.3