serokell/importify

View on GitHub
test/test-data/base@basic/04-IOPutStrLnUsed.hs

Summary

Maintainability
Test Coverage
module IOPutStrLnUsed where

import System.IO (putStrLn)

main :: IO ()
main = putStrLn "test"