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