1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 01:57:02 +09:00

fix typo well -> will

This commit is contained in:
Kim SHrier 2023-05-06 15:38:13 -06:00
parent a446d67992
commit d82396c174

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");