diff -r c989f50da5de -r e461b5325b5e solutions5/bfc.scala --- a/solutions5/bfc.scala Thu Dec 06 18:56:26 2018 +0000 +++ b/solutions5/bfc.scala Thu Dec 06 21:49:43 2018 +0000 @@ -1,7 +1,7 @@ // Part 2 about a "Compiler" for the Brainf*** language //====================================================== -object CW10b { +object CW10b { // only for producing the jar-file // !!! Copy any function you need from file bf.scala !!! //