don't set page size by default
[tridge/junkcode.git] / hello.c
1 #include <stdio.h>
2
3
4 int main(int argc, char *argv[])
5 {
6         printf("hello world\n");
7         return 0;
8 }