https://github.com/kongnet/bf
Turing Complete Towers of Hanoi
https://github.com/kongnet/bf
Last synced: 15 days ago
JSON representation
Turing Complete Towers of Hanoi
- Host: GitHub
- URL: https://github.com/kongnet/bf
- Owner: kongnet
- License: mit
- Created: 2024-05-14T03:28:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T07:43:40.000Z (about 1 year ago)
- Last Synced: 2025-01-22T11:13:56.352Z (5 months ago)
- Language: JavaScript
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bf
Turing Complete Towers of Hanoi
```javascript
npm i bfbf
``````javascript
const bf = require('bfbf)
const input = ''
console.log(bf(hanoiCode, input, 1)) // 第三个参数是是否使用流模式输出
// console.log(bf(helloCode, input).output) // 输出hello world
```
Your browser does not support the video tag.