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 f9b051a + 62f254f commit a4ec1ceCopy full SHA for a4ec1ce
main.cpp
@@ -17,6 +17,9 @@ int main()
17
if (command_to_run == "version") {
18
std::cout << "NShell\n" << "Build " << buildNr << '\n';
19
}
20
+
21
+ else if (command_to_run == "contrib") {
22
+ std::cout << "Nico Lucien\nErik P" << '\n';
23
24
else if (command_to_run == "c.version") {
25
std::cout << "NShell Build " << buildNr << '\n';
0 commit comments