view sample/hellow.c @ 8:df645e67040a

fix
author ikkun <ikkun@cr.ie.u-ryukyu.ac.jp>
date Fri, 16 Jun 2017 01:06:22 +0900
parents 4153915c519f
children
line wrap: on
line source

#include <stdio.h>

int main()
{
  printf ( "hellow\n" );
  return 0;
}