7 lines
113 B
Rust
7 lines
113 B
Rust
|
|
|
|
fn main() {
|
|
assert (@1 < @3);
|
|
assert (@@"hello " > @@"hello");
|
|
assert (@@@"hello" != @@@"there");
|
|
} |