diff options
Diffstat (limited to 'tests/hello_world.c')
-rw-r--r-- | tests/hello_world.c | 7 |
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; -} |