summaryrefslogtreecommitdiff
path: root/main.c
blob: 9b065771d3281503342ae6434d75cb135206f426 (plain) (blame)
1
2
3
4
5
6
7
8
#include <u.h>
#include <libc.h>

void
main(void)
{
	print("hello\n");
}