1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-26 02:06:16 +02:00
This commit is contained in:
abdullhakim-sami 2023-09-21 16:34:27 -07:00 committed by GitHub
commit 859a06b119
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

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