Fix some bugs

This commit is contained in:
2020-06-23 22:46:26 +08:00
parent c5befd94cb
commit 5d84561447
3 changed files with 12 additions and 4 deletions
-16
View File
@@ -1,16 +0,0 @@
void main(List<String> arguments) {
print(1);
// #[release[google]]
// print(2);
// #[release[!asd]]
// print(3);
// #[debug]
// print(4);
// #[release[test]]
// print(5);
// #[[test asd]]
// print(6);
// #[[]]
// print(7)
// #[[]]
}