view sample/hellow.c @ 5:57dacb6fec65

sample1
author one
date Thu, 15 Jun 2017 19:37:23 +0900
parents 4153915c519f
children
line wrap: on
line source

#include <stdio.h>

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