Change Russian greeting to Ukrainian
1 files changed, 1 insertions(+), 1 deletions(-) M content/_index.html
M content/_index.html => content/_index.html +1 -1
@@ 25,7 25,7 @@ export fn main() void = { "Hello, world!", "¡Hola Mundo!", "Γειά σου Κόσμε!", - "Привет, мир!", + "Привіт, світ!", "こんにちは世界!", ]; for (let i = 0z; i < len(greetings); i += 1) {