Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 23rd, 2012  |  syntax: None  |  size: 0.46 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Copyright (c) 2011, the <your_company> project authors. Please don't see the
  2. # AUTHORS file for details. All rights reserved. Use of this source code is
  3. # governed by a BSD-style license that can be found in the LICENSE file.
  4. # Simple test program invoked with an option to eagerly
  5. # compile all code that is loaded in the isolate.
  6. # VMOptions=--fuu_dart
  7.  
  8. class HelloCoffeeTest
  9.     test_main: ->
  10.         console.log "Hello, Coffee man!"
  11.  
  12. new HelloCoffeeTest().test_main()