We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e4cfc7 + 4969cce commit 0ae4aafCopy full SHA for 0ae4aaf
main.cpp
@@ -100,7 +100,7 @@ int main() {
100
101
for (int i = 0; i < tokenList.size(); i++){
102
std::cout << "Token type: " << tokenList[i].tokenType << '\n';
103
- std::cout << "Token: " << tokenList[i].token << " Line Number: " << tokenList[i].lineNumber << '\n';
+ std::cout << "Token: " << tokenList[i].token << "\nLine Number: " << tokenList[i].lineNumber << '\n';
104
std::cout << "\n";
105
}
106
0 commit comments