summaryrefslogtreecommitdiff
path: root/miniany/hello.c
blob: 062ab5ff14bf12c23d610e32559f092e298aeb03 (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int main()
{
  putstring("hello, world");
  putnl();
  return 0;
}