diff options
Diffstat (limited to 'public/tools/fwrkld/src/CommandLine.cc')
| -rw-r--r-- | public/tools/fwrkld/src/CommandLine.cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/tools/fwrkld/src/CommandLine.cc b/public/tools/fwrkld/src/CommandLine.cc new file mode 100644 index 00000000..d3860453 --- /dev/null +++ b/public/tools/fwrkld/src/CommandLine.cc @@ -0,0 +1,14 @@ +/* + * Created on Thu Oct 17 08:00:42 CEST 2024 + * + * Copyright (c) 2024 Amlal EL Mahrouss + */ + +#include <SCIKit/SystemCalls.h> + +/// @brief This program loads a code framework into NeOS's memory. + +SInt32 main(SInt32 argc, Char* argv[]) +{ + return EXIT_FAILURE; +} |
