diff --git a/Solutions/challenge-brainf_ck.md b/Solutions/challenge-brainf_ck.md index 5e3562d..11d5dc2 100644 --- a/Solutions/challenge-brainf_ck.md +++ b/Solutions/challenge-brainf_ck.md @@ -3,9 +3,10 @@ The Challenge: [Build your own Brainf_ck interpreter](https://codingchallenges.fyi/challenges/challenge-brainfuck) The shared solutions: -| No. | Solution | Language | Author | -|-----|----------------------------------------------------------------|----------|-----------------------------------------------------| -| 1 | [brainf_uck](https://github.com/lolo8304/brainf_ck) | Java | [lolo8304](https://github.com/lolo8304) | -| 2 | [brainf_uck](https://github.com/Infinage/cpp-experiments/blob/main/misc/brainfuck.cpp) | C++ | [Naresh Jagadeesan](https://github.com/Infinage) | -| 3 | [Create your own Brainfuck Interpreter](https://github.com/buckfullingham/cc.fyi.brainfk) | C++ | [buckfullingham](https://github.com/buckfullingham) | -| 4 | [Brain-ck-Interpreter](https://github.com/Kingcitaldo125/Brain-ck-Interpreter) | C++ | [Kingcitaldo125](https://github.com/Kingcitaldo125) | +| No. | Solution | Language | Author | +|-----|-------------------------------------------------------------------------------------------|----------|-----------------------------------------------------| +| 1 | [brainf_uck](https://github.com/lolo8304/brainf_ck) | Java | [lolo8304](https://github.com/lolo8304) | +| 2 | [brainf_uck](https://github.com/Infinage/cpp-experiments/blob/main/misc/brainfuck.cpp) | C++ | [Naresh Jagadeesan](https://github.com/Infinage) | +| 3 | [Create your own Brainfuck Interpreter](https://github.com/buckfullingham/cc.fyi.brainfk) | C++ | [buckfullingham](https://github.com/buckfullingham) | +| 4 | [Brain-ck-Interpreter](https://github.com/Kingcitaldo125/Brain-ck-Interpreter) | C++ | [Kingcitaldo125](https://github.com/Kingcitaldo125) | +| 5 | [CC brainfck](https://github.com/jglara/ccbrainfck) | C++ | [jglara](https://github.com/jglara) |