Networking.

This commit is contained in:
2026-01-24 09:57:59 +01:00
parent 1855363661
commit 1a08b3adf0
25 changed files with 1371 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
System.print("Hello, world!")
var s = "string"
var n = 123
System.print("Joined: " + s + " " + n.toString)