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