Fixed references

This commit is contained in:
Alexander Zaitsev
2017-05-19 18:50:03 -06:00
parent ba7655eb3a
commit e07e8e65c6
3 changed files with 5 additions and 1 deletions

View File

@ -22,4 +22,4 @@ exe clamp_example : clamp_example.cpp ;
exe search_example : search_example.cpp ;
exe is_palindrome_example : is_palindrome_example.cpp;
exe is_partitioned_until_example : is_partitioned_until_example.cpp;
exe apply_permutation_example : apply_permutation_example.cpp;