aboutsummaryrefslogtreecommitdiff
path: root/tests/hello_world.c
diff options
context:
space:
mode:
authorbonmas14 <bonmas14@gmail.com>2025-08-03 19:24:03 +0000
committerbonmas14 <bonmas14@gmail.com>2025-08-03 19:24:03 +0000
commit471b539bdbf658ff7924b7500f89fd237df8be9b (patch)
treea6a0b1d8a7a37ebe288cd7e1accf9b16dee203aa /tests/hello_world.c
parenta4d37d76512c293b12aab1f77961f96d572557b7 (diff)
downloadungrateful-471b539bdbf658ff7924b7500f89fd237df8be9b.tar.gz
ungrateful-471b539bdbf658ff7924b7500f89fd237df8be9b.zip
Reordering of stuff + plans
Diffstat (limited to 'tests/hello_world.c')
-rw-r--r--tests/hello_world.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/hello_world.c b/tests/hello_world.c
deleted file mode 100644
index 78f6c29..0000000
--- a/tests/hello_world.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <ungrateful.h>
-
-int main(void) {
- un_log_write(UN_LOG_INFO, un_string_from_cstring(UN_CSTR "Hello world!"));
-
- return 0;
-}