nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 5 lines 62 B view raw
1mod hello; 2 3fn main() { 4 println!("{}", hello::hello()); 5}