shithub: battleship

ref: a39951d8f69209cfea2b7051832b851914e662ef
dir: /hello.c/

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

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