@@ -0,0 +1,13 @@
//
// foo.c
// c++1x tutorial
// created by changkun at shiyanlou.com
#include "foo.h"
int add(int x, int y) {
return x+y;
}
The note is not visible to the blocked user.