remove hello-world
This commit is contained in:
parent
e28ce4dc9b
commit
8e7bec40c9
BIN
hello-world
BIN
hello-world
Binary file not shown.
|
@ -1,14 +0,0 @@
|
||||||
use fmt;
|
|
||||||
|
|
||||||
export fn main() void = {
|
|
||||||
const greetings = [
|
|
||||||
"Hello, world!",
|
|
||||||
"¡Hola Mundo!",
|
|
||||||
"Γειά σου Κόσμε!",
|
|
||||||
"Привіт, світ!",
|
|
||||||
"こんにちは世界!",
|
|
||||||
];
|
|
||||||
for (let greeting .. greetings) {
|
|
||||||
fmt::println(greeting)!;
|
|
||||||
};
|
|
||||||
};
|
|
Loading…
Reference in a new issue