shithub: brokentoys

ref: a39951d8f69209cfea2b7051832b851914e662ef
dir: /minhello.c/

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

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