Skip to content

Commit a4ec1ce

Browse files
authored
Merge pull request #2 from EriktheRDev/main
Update main.cpp
2 parents f9b051a + 62f254f commit a4ec1ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ int main()
1717
if (command_to_run == "version") {
1818
std::cout << "NShell\n" << "Build " << buildNr << '\n';
1919
}
20+
21+
else if (command_to_run == "contrib") {
22+
std::cout << "Nico Lucien\nErik P" << '\n';
2023

2124
else if (command_to_run == "c.version") {
2225
std::cout << "NShell Build " << buildNr << '\n';

0 commit comments

Comments
 (0)