Rewrite the Mage basics, temporarily removing the dependency-logging command
[mgear/mgear.git] / experiments / dep-logging / bar.h
CommitLineData
cc1730d1
MM
1int difference(int a, int b) {
2 return a - b;
3}