mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-12 14:40:46 -05:00
Zig: completed Hello World
This commit is contained in:
parent
35caf557db
commit
e92cdc79f8
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
pub fn hello() []const u8 {
|
||||
return "Goodbye, Mars!";
|
||||
return "Hello, World!";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue