Update cv3/program.c

This commit is contained in:
Yurii Yakovenko 2024-10-14 19:52:25 +00:00
parent 4d3c04cf51
commit 411e43d1be

View File

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