~sircmpwn/harelang.org

8eabb875d4be6cce9b0e997d375b161ddd089d48 — Maroš Grego 1 year, 11 months ago 545a887
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) {