Run ruby for both 1.8 and 1.9(.1)
[perf-null.git] / c / hello.c
1 #include <stdio.h>
2
3 int main() {
4   printf("Hello, world!\n");
5   return 0;
6 }