Dumb test.

This commit is contained in:
2026-07-10 13:36:31 -05:00
parent 2a0bc780ec
commit 2b9d32cef4
+10
View File
@@ -1,3 +1,13 @@
fn main() {
println!("Hello, world!");
}
struct Pig {
}
trait Mammal {
}
impl Mammal for Pig{
}