1
0
Fork
You've already forked cfuck
0
A simple Brainfuck interpreter written in C.
  • C 100%
2025年06月16日 12:31:12 +02:00
LICENSE Initial commit 2025年06月16日 12:29:11 +02:00
main.c Initial commit 2025年06月16日 12:29:11 +02:00
README.md Initial commit 2025年06月16日 12:29:11 +02:00

cfuck

A simple, non-optimizing Brainfuck interpreter in C.

Usage

Compile with, for example, Clang:

clang main.c -o main -Wall

Then run the executable:

./main <path-to-brainfuck-file>

License

This project is licensed under the MIT License.