Init
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 127 KiB |
@@ -0,0 +1,16 @@
|
||||
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)
|
||||
// #[[]]
|
||||
}
|
||||
Reference in New Issue
Block a user