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
10023cae869271f2571e8973f8ff346f7a432b57
rxcc
/
test.c
5 lines
59 B
C
Raw
Normal View
History
Unescape
Escape
! Breaking
2026-01-31 15:07:04 -05:00
int
main
(
)
{
More binary operators
2026-02-11 16:56:47 -05:00
return
4
^
2
|
34
&
20
|
(
3
&
4
)
&
~
1
;
! 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