nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at haskell-updates 6 lines 110 B view raw
1let sayHello = () => { 2 let fromWhom = "From Reason"; 3 print_endline("Hello " ++ fromWhom); 4}; 5 6sayHello();