GitBucket
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
kei-n
/
project
Transfer to URL with SHA
Find file
Newer
Older
tree:
4fd6fad550
Switch branches
×
master
project
/
modules
/
libcalc
/
src
/ calc.c
Nomura Kei
on 27 Aug 2022
63 bytes
UPDATE
Raw
Blame
History
#include <stdio.h> int add(int a, int b) { return (a + b); }