Rename pr.cpp to code/pr.cpp

This commit is contained in:
Luke Oliff 2018-10-03 09:12:09 -07:00 committed by GitHub
parent 8413fa851f
commit 9c1550c907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ int main(){
cout<<isOverlap(p1,p2,p3,p4)<<'\n';
}
return 0;
}
}