mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-12-21 22:33:11 -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 {
|
pub fn hello() []const u8 {
|
||||||
return "Goodbye, Mars!";
|
return "Hello, World!";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue