shithub: brokentoys

ref: 8bb495b12b93a9be9578563aa9ca17847040ade3
dir: /minhello.c/

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

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