diff --git a/Solutions/challenge-brainf_ck.md b/Solutions/challenge-brainf_ck.md index d469f99d..5b14d609 100644 --- a/Solutions/challenge-brainf_ck.md +++ b/Solutions/challenge-brainf_ck.md @@ -7,3 +7,4 @@ The shared solutions: |-----|----------------------------------------------------------------|----------|-----------------------------------------------------| | 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 | [bfinterpreter](https://github.com/gaurav-bhardwaj29/bfinterpreter) | TypeScript | [gaurav](https://github.com/gaurav-bhardwaj29) |