RosettaCodeData/Task/Execute-a-Markov-algorithm/Zkl/execute-a-markov-algorithm-4.zkl

3 lines
139 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
parseRuleSet(File("ruleSet4")) : markov("_1111*11111_",_).println();
parseRuleSet(File("ruleSet5")) : markov("000000A000000",_).println();