Tutorial page 1: Put code and output side-by-side.

This commit is contained in:
Jitse Niesen
2010-07-12 12:02:31 +01:00
parent 19a70ae939
commit 8e776c94c1
2 changed files with 36 additions and 12 deletions

View File

@@ -15,5 +15,4 @@ int main()
v(0) = 4;
v(1) = v(0) - 1;
std::cout << "Here is the vector v:\n" << v << std::endl;
}