nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 7 lines 74 B view raw
1fn main() { 2 println("Hello, Jule!"); 3} 4 5fn getPi(): f64 { 6 ret 3.14; 7}