094_c_math.patch 266 B

1234567891011
  1. --- exercises/094_c_math.zig 2023-10-03 22:15:22.125574535 +0200
  2. +++ answers/094_c_math.zig 2023-10-05 20:04:07.266104147 +0200
  3. @@ -19,7 +19,7 @@
  4. const c = @cImport({
  5. // What do wee need here?
  6. - ???
  7. + @cInclude("math.h");
  8. });
  9. pub fn main() !void {