separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun main() {
|
||||
var bottles = 99;
|
||||
while(bottles > 0) {
|
||||
System.out?.println("bottles of beer on the wall");
|
||||
bottles -= 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user