Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1#include <stdio.h> 2 3int main() { 4 printf("Hello world!\n"); 5 return 0; 6}