this repo has no description
at trunk 5 lines 74 B view raw
1#include "lib.h" 2 3int add(int left, int right) { 4 return left + right; 5}