summaryrefslogtreecommitdiffhomepage
path: root/public/tools/fwrkld/src/CommandLine.cc
blob: 30cd05ba30be6c4abb6a4dcf344b777a8280b248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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;
}