2023-02-26 01:07
This commit is contained in:
6
hello/bin/hello.dart
Normal file
6
hello/bin/hello.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
void main(List<String> arguments) {
|
||||
int number;
|
||||
number = 34;
|
||||
|
||||
print('number = $number'); // null
|
||||
}
|
||||
Reference in New Issue
Block a user