about summary refs log tree commit diff stats
path: root/bash/moon-maker/plan9.c
blob: 596f5dc73177d9d545a2533ea89a97c855c2694c (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <u.h>
#include <libc.h>

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