@@ -60,6 +60,6 @@ pub fn main() void{
//
// Try uncommenting this line and playing around with it
// (copy it, move it) to see what it does:
- //@compileLog("Count at compile time: ", count);
+ //@compileLog("Count at compile time: ", count); // Compile Log Output: @as(*const [23:0]u8, "Count at compile time: "), @as(comptime_int, 4)
}