diff options
Diffstat (limited to 'public/tools/cc/src/CommandLine.cc')
| -rw-r--r-- | public/tools/cc/src/CommandLine.cc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/tools/cc/src/CommandLine.cc b/public/tools/cc/src/CommandLine.cc new file mode 100644 index 00000000..3efa5301 --- /dev/null +++ b/public/tools/cc/src/CommandLine.cc @@ -0,0 +1,15 @@ +/* + * Created on Thu Oct 17 08:00:42 CEST 2024 + * + * Copyright (c) 2024 Amlal EL Mahrouss + */ + +#include <LibSCI/SCI.h> + +/// @brief This program loads a program for NeOS. + +SInt32 main(SInt32 argc, Char* argv[]) +{ + ConOut(nullptr, "LD: OpenCC or GCC for Ne needs to be installed.\rLD: This program is present as a placeholder."); + return EXIT_FAILURE; +} |
