shithub: brokentoys

ref: c8ade95ba71fb1b63d975c390114cb7aa6fdc4cc
dir: /minhello.c/

View raw version
#include <u.h>
#include <libc.h>

void
main()
{
	write(1, "Hello world\n", 12);
	exits(0);
}