Demo std::reverse_copy

This commit is contained in:
Ramón Caballero
2021-02-08 12:25:59 +00:00
commit 8011db5e0c
2 changed files with 65 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
all:
$(CXX) reverse_copy.cpp -std=c++11 -o reverse_copy
clean:
rm -r reverse_copy