Commit db50ce16 authored by Eric Seidel's avatar Eric Seidel

Add hello_fn2.dart and make Text("Hello fn2") actually render something.

R=ianh@google.com

Review URL: https://codereview.chromium.org/1160843005
parent 10901fab
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:sky/framework/fn2.dart';
class HelloWorldApp extends App {
UINode build() {
return new Text('Hello, fn2!');
}
}
void main() {
new HelloWorldApp();
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment