diff options
| author | Dave Gauer <[email protected]> | 2021-08-28 10:22:44 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-28 10:22:44 -0400 |
| commit | 0603ab1e02fb8ecb573fd14e2068ddca66765a2d (patch) | |
| tree | a91f4505c59f96b9327c7831fe757c14fa3201a7 | |
| parent | 8e540d6388e9e89ebb5ba9343f5d52353a8d5e95 (diff) | |
| download | ziglings-0603ab1e02fb8ecb573fd14e2068ddca66765a2d.tar.xz ziglings-0603ab1e02fb8ecb573fd14e2068ddca66765a2d.zip | |
Update 018_functions.zig
| -rw-r--r-- | exercises/018_functions.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/018_functions.zig b/exercises/018_functions.zig index bf5e82c..d8be5a1 100644 --- a/exercises/018_functions.zig +++ b/exercises/018_functions.zig @@ -1,6 +1,6 @@ // // 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 { // return n + 1; |
