221V 18 часов назад
Родитель
Сommit
52daf9dd93
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exercises/067_comptime2.zig

+ 1 - 1
exercises/067_comptime2.zig

@@ -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)
 }