5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
fn main() -> Void
|
|
$0 = 2 * 3
|
|
$1 = 1 + $0
|
|
$2 = $1 + 4
|
|
call std::core::println($2) |