mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 09:00:00 +00:00
fix: Grammar in 018_functions.zig
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// Functions! We've already seen a lot of one called "main()". Now let's try
|
// Functions! We've already seen lots of ones called "main()". Now let's try
|
||||||
// writing one of our own:
|
// writing one of our own:
|
||||||
//
|
//
|
||||||
// fn foo(n: u8) u8 {
|
// fn foo(n: u8) u8 {
|
||||||
|
|||||||
Reference in New Issue
Block a user