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>
4 lines
56 B
Rust
4 lines
56 B
Rust
fn main() {
|
|
println!("Hello, world (subcrate)!");
|
|
}
|