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
409c5938f90975536e45bf20d5ea40330fefb4bd
rxcc
/
test2.c
5 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
! Breaking
2026-01-31 15:07:04 -05:00
int
main
(
)
{
Stage 3 complete, (+ - * / binary operators implemented)
2026-01-31 21:32:53 -05:00
return
-
(
2
*
3
)
*
5
*
(
2
*
5
)
*
(
3
*
-
4
*
-
(
-
2
*
5
)
*
4
)
*
-
7
*
7
;
! 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