Skip to content

This repository contains a "Hello World" program written in Brainfuck, an esoteric programming language known for its minimalist design and extreme simplicity.

JumpiiX/Brain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Brain

This repository contains a simple "Hello World" program written in Brainfuck.

Description

Brainfuck is an esoteric programming language known for its minimalistic design and extreme simplicity. Programs written in Brainfuck typically consist of only eight commands: +, -, >, <, [, ], ., and ,. Despite its simplicity, Brainfuck is Turing-complete, meaning it can theoretically compute any computable function.

Execution Instructions

For "Hello World" Program:

  1. Clone this repository to your local machine:

    git clone https://github.com/JumpiiX/Brain.git
  2. Navigate to the src directory in the cloned repository:

    cd Brain/src
  3. Open the hello.bf file in a text editor or copy its contents.

  4. Visit an online Brainfuck interpreter, such as this one.

  5. Paste the copied code into the interpreter.

  6. Run the interpreter.

About

This repository contains a "Hello World" program written in Brainfuck, an esoteric programming language known for its minimalist design and extreme simplicity.

Resources

Stars

Watchers

Forks