This website requires JavaScript.
Explore
Help
Sign in
knazarov
/
rve
Watch
1
Star
0
Fork
You've already forked rve
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
23cf02cc38
rve
/
example
/
example.c
10 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
Add readme file and make the example compile
2024-12-06 23:11:24 +00:00
static
int
mem
=
56
;
Add an example program in C
2024-12-06 22:40:52 +00:00
int
main
(
)
{
int
a
=
42
;
int
b
=
5
;
Add readme file and make the example compile
2024-12-06 23:11:24 +00:00
mem
=
mem
+
a
*
b
+
3
;
Add an example program in C
2024-12-06 22:40:52 +00:00
return
0
;
}
Reference in a new issue
Copy permalink