Skip to content

Commit aae4518

Browse files
authored
Merge pull request #1 from EriktheRDev/main
c.version Addition, version Update
2 parents 470c90d + 61f2400 commit aae4518

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ int main()
1414
std::cin >> command_to_run;
1515

1616
if (command_to_run == "version") {
17+
std::cout << "NShell\n" << "Build " << buildNr << '\n';
18+
}
19+
20+
else if (command_to_run == "c.version") {
1721
std::cout << "NShell Build " << buildNr << '\n';
1822
}
1923

0 commit comments

Comments
 (0)