be27e74a18b618c89346d7ef5ffac6b5e0de09f0
[gnokii.git] / hello.c
1 #include <stdio.h>
2
3 int main(void)
4 {
5         puts("hello");
6         return 0;
7 }