4 lines
106 B
JavaScript
Raw Normal View History

2026-01-24 09:57:59 +01:00
System.print("Hello, world!")
var s = "string"
var n = 123
System.print("Joined: " + s + " " + n.toString)