splitWithNesting, Sequence<String>.flatten(), path fix on win

This commit is contained in:
alexander.nutz
2024-03-28 17:16:56 +01:00
parent c9f9a67697
commit 48f0e27f77
6 changed files with 49 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
package blitz
fun warn(msg: String) {
System.err.println(msg)
}