Repositories
ยป
probe
: Just testing things
Commits
Files
Markers
Readme
License
Download
-- Select Branch --
master
Path:
probe
/
zig-c-interop
/ billy.c (
raw
)
1
#include
"billy.h"
2
3
int
sum(
int
a,
int
b) {
return
a + b; };