Sign in
mojo
/
mojo-tools
/
c23bde8b044733245d7f2ccd94f1ad6a8173e820
/
.
/
sky
/
examples
/
hello_world
/
main.sky
blob: a32206943c24360a5bf1df48656d570b27e1049f [
file
] [
log
] [
blame
]
<script>
import
'hello_world.dart'
;
void
main
()
{
new
HelloWorldApp
();
}
</script>