Added script to find files not owned by pacman package manager (ArchLinux)
[mirrors/Programs.git] / c / hello.c
CommitLineData
21c4e167
H
1#include <stdio.h>
2
3int main(void) {
4 puts("Hello world!");
5}
This page took 0.084487 seconds and 4 git commands to generate.