From b7be2c5498fd1844daadd9e78aa031c60be9cb44 Mon Sep 17 00:00:00 2001 From: rose Date: Wed, 13 Aug 2025 01:28:16 +0200 Subject: Change chances for silly-malloc --- silly-malloc/meow.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 silly-malloc/meow.c (limited to 'silly-malloc/meow.c') diff --git a/silly-malloc/meow.c b/silly-malloc/meow.c deleted file mode 100644 index 88c7e88..0000000 --- a/silly-malloc/meow.c +++ /dev/null @@ -1,10 +0,0 @@ -#define _GNU_SOURCE -#include -#include - -int main () { - char *merow = malloc (9); - sprintf (merow, "meowmeow"); - printf ("%s\n", merow); - free (merow); -} -- cgit v1.2.3