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