1.5.7 • Published 7 years ago

f.ck v1.5.7

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Install

In terminal,

$>_ npm i --save f.ck

Usage

const f = require('f.ck');

f('++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.')
  .then(value => console.log(value))
  .catch(err => console.log(err))

  /*
  $ yarn test || npm run test
  H
  e
  l
  l
  o

  W
  o
  r
  l
  d
  !
  */
1.5.7

7 years ago

1.5.6

7 years ago

1.5.5

7 years ago

1.5.4

7 years ago

1.5.3

7 years ago

1.5.2

7 years ago

1.5.1

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago