runner 0.7.0

Utility for running Rust snippets
1
2
3
4
#!/usr/bin/env -S runner -R
for a in args {
	println!("{a}");
}