Guest User

Untitled

a guest
Nov 25th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $ cat foo.cs
  2. class Foo
  3.  
  4. constructor: () ->
  5. console.log "New FOO OK!!!"
  6.  
  7. @hello: () ->
  8. console.log "Hello World!!!"
  9.  
  10. exports.Foo = Foo
Add Comment
Please, Sign In to add comment