This website requires JavaScript.
Explore
Help
Sign In
carp-lang
/
Carp
Watch
1
Star
1
Fork
0
You've already forked Carp
mirror of
https://github.com/carp-lang/Carp.git
synced
2024-11-05 04:44:12 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
f6386c6b70
Carp
/
test
/
csquare.c
Jorge Acereda
134d9a5b02
Implement load-stack.
2020-06-28 19:53:43 +02:00
4 lines
41 B
C
Raw
Blame
History
int
csquare
(
int
a
)
{
return
a
*
a
;
}
Reference in New Issue
View Git Blame
Copy Permalink