#!/usr/bin/env nix-shell
/*
#!nix-shell -p run_rust -i run_rust
*/

fn main() {
    println!("Hi!");
}