diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 32ef22f..2e11bca 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,6 @@ #include <iostream> using namespace std; // Specifies that you don't need to use "std::" before a object. +// More info about the standard or "std" C++ library here; http://www.cplusplus.com/forum/beginner/61121/ void noReturn() // "void" means you DON'T want anything returned from the function. { |