Index: src/examples/tests/vector_test.in.txt
===================================================================
--- src/examples/tests/vector_test.in.txt	(revision 771b3c3dfe6a09993aeba85147d0fa2016fe0c18)
+++ src/examples/tests/vector_test.in.txt	(revision 771b3c3dfe6a09993aeba85147d0fa2016fe0c18)
@@ -0,0 +1,1 @@
+1 2 3 4 5
Index: src/examples/tests/vector_test.out.txt
===================================================================
--- src/examples/tests/vector_test.out.txt	(revision 771b3c3dfe6a09993aeba85147d0fa2016fe0c18)
+++ src/examples/tests/vector_test.out.txt	(revision 771b3c3dfe6a09993aeba85147d0fa2016fe0c18)
@@ -0,0 +1,5 @@
+enter N elements and C-d on a separate line:
+Array elements:
+1 2 3 4 5 
+Array elements reversed:
+5 4 3 2 1 
