aboutsummaryrefslogtreecommitdiff
path: root/tests/hello_world.c
blob: 78f6c296486059a253c96ee82ebf792f2f908fff (plain)
1
2
3
4
5
6
7
#include <ungrateful.h>

int main(void) {
    un_log_write(UN_LOG_INFO, un_string_from_cstring(UN_CSTR "Hello world!"));

    return 0;
}