added loops

This commit is contained in:
Sem van der Hoeven
2019-12-03 09:01:18 +01:00
parent 19c07d7409
commit ff43a38c57
2 changed files with 31 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ import java.io.UnsupportedEncodingException;
public class Main {
public static void main(String[] args) {
String excl = "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.>++++++++++++++++++++++++++++++++++++++++++++++++++++.";
String excl = "----[-->+++<]>-.--[->+++<]>..[--->+<]>---.";
try {
BfInterpreter interpreter = new BfInterpreter(excl);