From 1cf89852f951b59b89f2a8bd7b54a0b0b74d439c Mon Sep 17 00:00:00 2001 From: bonmas14 Date: Sat, 2 Aug 2025 23:20:37 +0000 Subject: memory manipulation, strings, allocators list and logger. --- tests/hello_world.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/hello_world.c (limited to 'tests/hello_world.c') diff --git a/tests/hello_world.c b/tests/hello_world.c new file mode 100644 index 0000000..78f6c29 --- /dev/null +++ b/tests/hello_world.c @@ -0,0 +1,7 @@ +#include + +int main(void) { + un_log_write(UN_LOG_INFO, un_string_from_cstring(UN_CSTR "Hello world!")); + + return 0; +} -- cgit v1.2.3-70-g09d2