index.dart 97 B

123456
  1. import 'dart:html';
  2. import 'package:sim3/sim3.dart';
  3. main() async{
  4. var w = new Sim3Worker();
  5. }