Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Unified Diff: sky/examples/hello_world/main.sky

Issue 1037163002: Improve Sky READMEs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/examples/hello_world/hello_world.dart ('k') | sky/examples/stocks/main.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/hello_world/main.sky
diff --git a/sky/examples/hello_world/main.sky b/sky/examples/hello_world/main.sky
new file mode 100644
index 0000000000000000000000000000000000000000..a32206943c24360a5bf1df48656d570b27e1049f
--- /dev/null
+++ b/sky/examples/hello_world/main.sky
@@ -0,0 +1,7 @@
+<script>
+import 'hello_world.dart';
+
+void main() {
+ new HelloWorldApp();
+}
+</script>
« no previous file with comments | « sky/examples/hello_world/hello_world.dart ('k') | sky/examples/stocks/main.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698