Update propaganda.

This commit is contained in:
Spencer Janssen
2007-04-18 01:40:29 +00:00
parent dd03052041
commit 5c9ad77fd5
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ main = do foo <- getContents
putStrLn $ show loc
-- uncomment the following to check for mistakes in isntcomment
-- putStr $ unlines $ actual_loc
when (loc > 400) $ fail "Too many lines of code!"
when (loc > 500) $ fail "Too many lines of code!"
isntcomment "" = False
isntcomment ('-':'-':_) = False