fix: typo error (#21)

This commit is contained in:
Trevor Vincent
2018-04-15 02:18:09 -04:00
committed by Ou Changkun
parent ffca518066
commit eb249e8742

View File

@@ -63,7 +63,7 @@ int add(int x, int y);
// foo.c
int add(int x, int y) {
reutrn x+y;
return x+y;
}
// 1.1.cpp