Skip to content

Instantly share code, notes, and snippets.

@qileroro
Created September 25, 2012 17:19
Show Gist options
  • Save qileroro/3783250 to your computer and use it in GitHub Desktop.
Save qileroro/3783250 to your computer and use it in GitHub Desktop.
class HelloDartTest {
static testMain() {
print("Hello, Darter!");
}
}
main() {
HelloDartTest.testMain();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment