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

2
README
View File

@@ -7,7 +7,7 @@ Motivation:
static typing. Enter Haskell.
If the aim of dwm is to fit in under 2000 lines of C, the aim of
xmonad is to fit in under 400 lines of Haskell with similar functionality.
xmonad is to fit in under 500 lines of Haskell with similar functionality.
Building:

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