This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b4bb4d55fa
factor
/
extra
/
c
/
tests
/
test14
/
test14.c
16 lines
113 B
C
Raw
Blame
History
#
if 4 > (1 + 2)
good
#
endif
#
if 4 > 1 + 2
good
#
endif
#
if (4 > 1) - 1
bad
#
endif
#
if (4 > 1) - 2
good
#
endif
Reference in New Issue
View Git Blame
Copy Permalink