view hello_mod.c @ 5:709cdf828033

update tags
author convert-repo
date Mon, 08 Dec 2008 19:26:11 +0000
parents e59ebf6fe2b0
children
line wrap: on
line source

#include<stdio.h>

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