progs/bf/bfi.sc
changeset 825 dca072e2bb7d
parent 743 6acabeecdf75
--- a/progs/bf/bfi.sc	Fri Feb 26 08:47:18 2021 +0000
+++ b/progs/bf/bfi.sc	Thu May 13 13:10:38 2021 +0100
@@ -74,7 +74,7 @@
 // Running Testcases
 //===================
 
-@doc(" the argument should be a BF program ")
+//@doc(" the argument should be a BF program ")
 @main
 def main(fname: String) = {
   val bf_str = os.read(os.pwd / fname)