This website requires JavaScript.
Explore
Help
Sign In
RochesterX
/
rxcc
Watch
1
Star
0
Fork
0
You've already forked rxcc
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e08bb2ff95dc6a6b02562d8e633922316baea8aa
rxcc
/
test.c
5 lines
40 B
C
Raw
Normal View
History
Unescape
Escape
! Breaking
2026-01-31 15:07:04 -05:00
int
main
(
)
{
Logical operators and equality/inequality operators
2026-02-02 20:57:00 -05:00
return
1
|
|
0
&
&
2
;
! Breaking
2026-01-31 15:07:04 -05:00
}
Stage 3 complete, (+ - * / binary operators implemented)
2026-01-31 21:32:53 -05:00
Reference in New Issue
Copy Permalink