This website requires JavaScript.
Explore
Help
Sign In
nullptr
/
NASM
Watch
1
Star
0
Fork
0
You've already forked NASM
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
13cbb905ecd8ce8a4662552deb3791bd2a0de6b8
NASM
/
casm
/
c.c
Пытков Роман
8f705bb7b8
Всякое
2025-09-20 18:48:55 +03:00
3 lines
41 B
C
Raw
Blame
History
int
sum
(
int
a
,
int
b
)
{
return
a
+
b
;
}
Reference in New Issue
View Git Blame
Copy Permalink