diff -r fc20e5f83f0e -r 475c39725698 templates5/bf.scala --- a/templates5/bf.scala Wed Oct 30 11:28:44 2019 +0000 +++ b/templates5/bf.scala Wed Oct 30 11:51:02 2019 +0000 @@ -1,5 +1,9 @@ -// Part 1 about an Interpreter for the Brainf*** language -//======================================================== +// Core Part about an Interpreter for +// the Brainf*** language +//============================================== + + +object CW10a { // representation of Bf memory @@ -192,3 +196,4 @@ time_needed(1, run(b1)) */ +}