/*
* Created on Thu Oct 17 08:00:42 CEST 2024
*
* Copyright (c) 2024-2025 Amlal EL Mahrouss
*/
#include <user/SystemCalls.h>
/// @brief This program loads a code framework into NeOS's memory.
SInt32 main(SInt32 argc, Char* argv[])
{
return EXIT_FAILURE;
}