add single files, secure server, hello world
This commit is contained in:
7
single_file_tests/random.dart
Normal file
7
single_file_tests/random.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'dart:math';
|
||||
|
||||
main() {
|
||||
final intRandom = new Random();
|
||||
print('Int random: ${intRandom.nextInt(100)}');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user