Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / bash / infect / hello.c
1 #include <stdio.h>
2 int main() { printf("Hello, world!\n"); }
This page took 0.256501 seconds and 4 git commands to generate.