changed q1 and q2 according to the paper of P. Sysel and P. Rajmic
[mirrors/Programs.git] / c / hello.c
1 #include <stdio.h>
2
3 int main(void) {
4 puts("Hello world!");
5 }
This page took 0.268992 seconds and 4 git commands to generate.