Add a selftest and support for .cargo/bin

This commit is contained in:
Arpad Borsos
2021-02-16 09:06:04 +01:00
parent 83aad8d470
commit b495963495
12 changed files with 1897 additions and 69 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}