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