mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
minor typos
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// Oh no, this is supposed to print "Hello world!" but it needs
|
||||
// your help.
|
||||
//
|
||||
// Zig functions are private by default but the main() function
|
||||
// should be public.
|
||||
// Zig functions are private by default, but the main() function
|
||||
// must be public.
|
||||
//
|
||||
// A function is made public with the "pub" statement like so:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user