Update cv3/program.c
This commit is contained in:
		
							parent
							
								
									23b008887d
								
							
						
					
					
						commit
						22889817c3
					
				@ -115,7 +115,6 @@ int read(struct stack *s) {
 | 
				
			|||||||
int main() {
 | 
					int main() {
 | 
				
			||||||
    struct stack my_stack;
 | 
					    struct stack my_stack;
 | 
				
			||||||
    init(&my_stack);
 | 
					    init(&my_stack);
 | 
				
			||||||
    printf("\n");
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    while (1) {
 | 
					    while (1) {
 | 
				
			||||||
        if (read(&my_stack) == 0) {
 | 
					        if (read(&my_stack) == 0) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user