mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03: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);
|
|
}
|