view sample/hellow.c @ 17:14989d0ed077 draft default tip

add CMakeLists.txt
author ikkun
date Sat, 17 Jun 2017 11:39:18 +0900
parents 4153915c519f
children
line wrap: on
line source

#include <stdio.h>

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