shithub: brokentoys

ref: e95e3c07981eab6b39a04df5446c998194acb6a2
dir: /minhello.c/

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

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