/* * Created on Thu Oct 17 08:00:42 CEST 2024 * * Copyright (c) 2024-2025 Amlal El Mahrouss */ #include /// @brief Placeholder program. SInt32 main(SInt32 argc, Char* argv[]) { PrintOut(nullptr, "ld: A linker to be installed.\rld: This program is present as a placeholder."); return EXIT_FAILURE; }