test.c - 9base - revived minimalist port of Plan 9 userland to Unix
 (HTM) git clone git://git.suckless.org/9base
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       test.c (96B)
       ---
            1 #include <lib9.h>
            2 
            3 int
            4 main(int argc, char **argv)
            5 {
            6         werrstr("hello world");
            7         print("%r\n");
            8 }