Skip to content

Commit 62f254f

Browse files
Update main.cpp
1 parent f9b051a commit 62f254f

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)