trampoline/lib/lib9/test.c

9 lines
96 B
C

#include <lib9.h>
int
main(int argc, char **argv)
{
werrstr("hello world");
print("%r\n");
}