From 9f48d84ac8d269cbeb53a6b72e12ab9614e4b8a2 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Wed, 12 Apr 2023 17:00:26 +0200 Subject: added the second exercise for bit manipulation --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 176b080..d08b6f4 100644 --- a/build.zig +++ b/build.zig @@ -508,6 +508,10 @@ const exercises = [_]Exercise{ .main_file = "097_bit_manipulation.zig", .output = "x = 0; y = 1", }, + .{ + .main_file = "098_bit_manipulation2.zig", + .output = "Is this a pangram? true!", + }, .{ .main_file = "999_the_end.zig", .output = "\nThis is the end for now!\nWe hope you had fun and were able to learn a lot, so visit us again when the next exercises are available.", -- cgit v1.2.3-70-g09d2