Hacker News new | ask | show | jobs
by detst 5126 days ago
The equivalent in Dart is:

  main() {
    print("hello world!");
  }
and you know the "17259 lines" thing is FUD.

EDIT: The above Dart code currently generates 445 lines of JS with comments and readable formatting. Obviously it's not quite where it needs to be but it's coming along quite well.