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

Update 018_functions.zig

This commit is contained in:
Dave Gauer 2021-08-28 10:22:44 -04:00 committed by GitHub
parent 8e540d6388
commit 0603ab1e02

View file

@ -1,6 +1,6 @@
// //
// Functions! We've already created lots of functions called "main()". Now let's // Functions! We've already created lots of functions called "main()". Now let's
// try writing one of our own: // do something different:
// //
// fn foo(n: u8) u8 { // fn foo(n: u8) u8 {
// return n + 1; // return n + 1;