Index: src/examples/tests/vector_test.in.txt
===================================================================
--- src/examples/tests/vector_test.in.txt	(revision f1e012b7aa1aaea6aa2dde9bcb3b0e83dcf13824)
+++ src/examples/tests/vector_test.in.txt	(revision f1e012b7aa1aaea6aa2dde9bcb3b0e83dcf13824)
@@ -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 f1e012b7aa1aaea6aa2dde9bcb3b0e83dcf13824)
+++ src/examples/tests/vector_test.out.txt	(revision f1e012b7aa1aaea6aa2dde9bcb3b0e83dcf13824)
@@ -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 
