mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 18:04:13 +00:00
8 lines
95 B
Rust
8 lines
95 B
Rust
#![feature(core_intrinsics)]
|
|
|
|
use std::io::Write;
|
|
|
|
fn main() {
|
|
assert_eq!(1u128 + 2, 3);
|
|
}
|