Cosmetic: removed no longer needed filter-out of "-pg" option
[gnokii.git] / gnokii / hello.c
1 #include <stdio.h>
2
3 int main(void)
4 {
5         puts("hello");
6         return 0;
7 }