Merge pull request #286 from kimshrier/exercise_001_typo

fix typo well -> will
This commit is contained in:
Chris Boesch 2023-05-07 17:36:34 +02:00 committed by GitHub
commit 1fccbc439f

View file

@ -11,7 +11,7 @@
// ...
// }
//
// Perhaps knowing this well help solve the errors we're getting
// Perhaps knowing this will help solve the errors we're getting
// with this little program?
//
const std = @import("std");