now loading...
import 'dart:math' as math; void main() { print(math.Random().nextInt(10) + 1); }