mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-12 13:00:47 -05:00
Update 018_functions.zig
This commit is contained in:
parent
8e540d6388
commit
0603ab1e02
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue