summaryrefslogtreecommitdiff
path: root/hello.c
blob: c66448346da62dc47543d086578f526ae5e8ee8d (plain)
1
2
#include <stdio.h>
int main () {printf("hello.\n");return(0);}