--- a/main_templates5/bf.scala Tue Nov 01 15:03:48 2022 +0000
+++ b/main_templates5/bf.scala Wed Nov 02 13:22:59 2022 +0000
@@ -47,6 +47,9 @@
def run(prog: String, m: Mem = Map()) = ???
+// (5)
+def generate(msg: List[Char]) : String = ???
+
// some sample bf-programs collected from the Internet