Skip to content

hardwarelayer/hello-world-brainfuck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello DINO in Brainfuck

Install

  • Install Docker
apt-get install docker
  • Download this repository
wget https://github.com/helloworld-universe/hello-world-brainfuck/archive/master.zip
unzip master.zip
cd hello-world-brainfuck-master
  • Build the docker image
docker build -t hello-world/brainfuck .
  • Run the docker container
docker run --rm -it hello-world/brainfuck

inside terminal: ./brainfuck hello-dino.bf

About

Hello World in Brainfuck

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Brainfuck 96.0%
  • HyPhy 2.7%
  • C 1.2%
  • Other 0.1%