Add Tampio hello world example, syntax.css, and update README

This commit is contained in:
2026-03-29 14:43:20 +03:00
parent 721e1eb8f0
commit 7254c1d1fd
3 changed files with 103 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
# Hei maailma! — Hello World in Tampio
#
# "Kun nykyinen sivu avautuu" = "When the current page opens"
# This is Tampio's page-load event hook — the entry point of every program.
#
# "teksti" wraps a string literal.
# "näytetään käyttäjälle" = "is shown to the user" (triggers a browser alert)
Kun nykyinen sivu avautuu,
teksti "Hei maailma!" näytetään käyttäjälle.