File: dummy.coffee

package info (click to toggle)
django-pipeline 1.3.24-0.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 544 kB
  • ctags: 349
  • sloc: python: 1,706; makefile: 114
file content (2 lines) | stat: -rw-r--r-- 52 bytes parent folder | download | duplicates (19)
1
2
square = (x) -> x * x
cube   = (x) -> square(x) * x