From 9a800e5d186e9daadd48cbf0918450975ff2f5f5 Mon Sep 17 00:00:00 2001 From: Oleksandr Vyshniakov Date: Wed, 24 Sep 2025 21:26:09 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20du?= =?UTF-8?q?1/program.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du1/program.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 du1/program.c diff --git a/du1/program.c b/du1/program.c deleted file mode 100644 index c6bc940..0000000 --- a/du1/program.c +++ /dev/null @@ -1,15 +0,0 @@ -#include -#define LINESIZE 100 - - -int main() { - - - struct pizza { - float prize; - char name[LINESIZE]; - } - -return 0; -} -