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
e0fb2c37fae78e7a6159fe63e23b799d1849c6c1
rxcc
/
test.c
5 lines
64 B
C
Raw
Normal View
History
Unescape
Escape
! Breaking
2026-01-31 15:07:04 -05:00
int
main
(
)
{
Bitwise shift and modulo
2026-02-11 15:39:42 -05:00
return
3
%
2
/
29
%
23
+
9
%
2
%
3
%
4
%
5
;
! 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