13
0

more pre-commit testing

This commit is contained in:
Paul Davis 2015-05-09 02:18:23 -04:00
parent 06a2ab5045
commit 2a7f35fa75

2
foo.cc
View File

@ -1,4 +1,4 @@
int main() {
int i;
int i;
return 2 + 24 -15 ;
}