]> git.k1024.org Git - perf-null.git/blob - c/hello.c
Update README
[perf-null.git] / c / hello.c
1 #include <stdio.h>
2
3 int main() {
4   printf("Hello, world!\n");
5   return 0;
6 }