about summary refs log blame commit diff stats
path: root/p9c/scratch/hi.c
blob: cd6ba1ca03f7aa705d011967b2200f13a17dbe7b (plain) (tree)
1
2
3
4
5
6
7
8
9








                          
#include <u.h>
#include <libc.h>

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