Networking.
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
System.print("Hello, world!")
|
||||
var s = "string"
|
||||
var n = 123
|
||||
System.print("Joined: " + s + " " + n.toString)
|
||||
Reference in New Issue
Block a user