aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/test.c
blob: 3a358c6c933d450c8986dcae2e0c2c2c64f25dd3 (plain)
1
2
3
4
5
6
7
8
#include <lib9.h>

int
main(int argc, char **argv)
{
	werrstr("hello world");
	print("%r\n");
}