nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 6 lines 96 B view raw
1use hello::hello; 2 3#[test] 4fn test_hello() { 5 assert_eq!(hello::hello(), "Hello, world!"); 6}