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