Dumb test.
This commit is contained in:
+10
@@ -1,3 +1,13 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
|
||||
struct Pig {
|
||||
|
||||
}
|
||||
trait Mammal {
|
||||
|
||||
}
|
||||
impl Mammal for Pig{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user