packages feed

fay-0.16.0.0: tests/cycle.hs

import Prelude

main = mapM_ putStrLn (take 5 (cycle ["a", "b", "c"]))