1
0
mirror of https://github.com/ratfactor/ziglings synced 2024-09-25 16:10:57 +02:00
This commit is contained in:
abdullhakim-sami 2023-08-29 16:02:07 -03:00 committed by GitHub
commit 460609823c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
const std = @import("std"); const std = @import("std");
pub fn main() void { pub fn main() void {
var n: u32 = 2; var n: u16 = 2;
// Please set the continue expression so that we get the desired // Please set the continue expression so that we get the desired
// results in the print statement below. // results in the print statement below.