Skip to content

Commit bea1dcb

Browse files
committed
🐛 fix: update hello message in hello.ship file
Updated the greeting in the hello.ship sample to be more personalized.
1 parent b6cfd5f commit bea1dcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/hello.ship

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// Run it directly: ship samples/hello.ship
33

44
fn main() -> int {
5-
print("hello world");
5+
print("hello world mother nathfavour'");
66
return 0;
77
}

0 commit comments

Comments
 (0)