Update cv3/program.c

This commit is contained in:
Yurii Yakovenko 2024-10-14 19:49:12 +00:00
parent c5605e5b2c
commit 4d3c04cf51

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
////@@@@
#define STACK_SIZE 500
struct Stack
@ -88,5 +88,8 @@ int main()
}while(1);
printf("no input");
return 0;
}