index
:
basic_makefile
master
Basic C/C++ Makefile
git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
math.cpp
blob: de418d77aa3132c6989e1b779fbdcc72de1c7081 (
plain
)
1
int add_one(int x) { return x + 1; }