Skip to content

Commit ad14bc3

Browse files
authored
Update variables.c
Test if conflict has been resolved
1 parent 32e9aed commit ad14bc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chapter_4/exercise_4_06/variables.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ int main(void)
9494
case '~':
9595
push(sin(pop()));
9696
break;
97+
9798
case 'E':
9899
push(exp(pop()));
99100
break;

0 commit comments

Comments
 (0)