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