view hello_mod.c @ 8:ae12f717a62e draft default tip

fix first example
author one
date Wed, 07 Jun 2017 14:57:55 +0900
parents e59ebf6fe2b0
children
line wrap: on
line source

#include<stdio.h>

int
hello()
{
    printf("hello\n");
}