File: input.coffee

package info (click to toggle)
django-pipeline 1.6.8-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 736 kB
  • ctags: 565
  • sloc: python: 2,458; makefile: 119
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