A stub for standard library
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace std
|
||||
|
||||
fun println(message : Any?) {
|
||||
System.out?.println(message)
|
||||
}
|
||||
Reference in New Issue
Block a user