mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-04 09:23:29 +02:00
progress
This commit is contained in:
@@ -24,7 +24,7 @@ pub fn main() void {
|
||||
const foo = 42;
|
||||
|
||||
// Please fix this condition:
|
||||
if (foo) {
|
||||
if (foo == 42) {
|
||||
// We want our program to print this message!
|
||||
std.debug.print("Foo is 42!\n", .{});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user