Update README.md

Fixed the spelling of interpretter to interpreter.
This commit is contained in:
Aaron Helton
2022-05-28 21:59:49 -04:00
committed by GitHub
parent c1b1beed53
commit 8581e5f830

View File

@@ -1,3 +1,3 @@
# BrainF*ck Interpretter
# BrainF*ck Interpreter
This is a very simple implementation of a BF Interpretter in C++. Simply a little toy project for myself as something fun to write.
This is a very simple implementation of a BF Interpreter in C++. Simply a little toy project for myself as something fun to write.