REPL checkpoint
This commit is contained in:
parent
69c156024a
commit
1b3280a947
21 changed files with 503 additions and 34 deletions
3
src/Debug.kt
Normal file
3
src/Debug.kt
Normal file
|
@ -0,0 +1,3 @@
|
|||
data object Debug {
|
||||
val on: Boolean = true
|
||||
}
|
Reference in a new issue