Blame


1 b2cfc4e2 2003-09-30 devnull #include <lib9.h>
2 b2cfc4e2 2003-09-30 devnull
3 b2cfc4e2 2003-09-30 devnull int
4 b2cfc4e2 2003-09-30 devnull main(int argc, char **argv)
5 b2cfc4e2 2003-09-30 devnull {
6 b2cfc4e2 2003-09-30 devnull werrstr("hello world");
7 b2cfc4e2 2003-09-30 devnull print("%r\n");
8 b2cfc4e2 2003-09-30 devnull }