This commit is contained in:
Adam Millerchip 2021-12-26 13:38:09 +09:00
parent 4579805357
commit 32bc21cebc
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ pub fn main() void {
3 => {
current_value *= current_value;
},
else => {
unreachable;
},
}
std.debug.print("{} ", .{current_value});