nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 7 lines 77 B view raw
1package main 2 3import "fmt" 4 5func main() { 6 fmt.Println("Hello, world!") 7}