aaronvg 42fe96a4c1
Add support for a "working-directory" parameter
This commit updates the tests to check that this works and also rewrites the
test script from Bash to Perl.

Co-authored-by: Dave Rolsky <autarch@urth.org>
2023-09-10 15:12:49 -05:00

4 lines
56 B
Rust

fn main() {
println!("Hello, world (subcrate)!");
}