shithub: brokentoys

ref: 9a7852993c538212d5e14aa34c49ba7d990aca76
dir: /hello.c/

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

void
main()
{
	print("Hello world\n");
	exits(0);
}