Remove debug printf
This commit is contained in:
parent
ec2e448ba2
commit
89c9a36722
|
@ -156,5 +156,4 @@ extern void f_main(struct stack* s);
|
|||
int main(int argc, char** argv) {
|
||||
struct node_global* first_node = alloc_global(f_main, 0);
|
||||
struct node_base* result = eval((struct node_base*) first_node);
|
||||
printf("%d\n", ((struct node_num*) result)->value);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user