26a48af6552a7e989bda0c98e5dd42282e34a201
[mirrors/Programs.git] / hello.c
1 #include <stdio.h>
2
3 int main(void) {
4 puts("Hello world!");
5 }
This page took 0.218427 seconds and 3 git commands to generate.