moved submodules into this project

This commit is contained in:
Tobias Bosch
2014-09-25 14:30:10 -07:00
parent 61ceed5bf6
commit 97f6ceb27b
33 changed files with 22742 additions and 0 deletions

View File

@ -0,0 +1,7 @@
// Note: need this file here so that we can use the packages
// in the main folder...
import './build/spec/runner.dart' as runner;
void main() {
runner.main();
}