Of course

This commit is contained in:
MarcUs7i 2025-02-13 16:52:14 +01:00
parent d6cffc16e4
commit 8edc8dab71
13 changed files with 951 additions and 951 deletions

View file

@ -1,19 +1,19 @@
/*----------------------------------------------------------
* HTBLA-Leonding
* ---------------------------------------------------------
* Author: S. Schraml
* ----------------------------------------------------------
* Description:
* The Roman Number Calculator.
* ----------------------------------------------------------
*/
/**
* The main entry point of the application.
*/
int main(int argc, char *argv[])
{
/* No implementation needed */
return 0;
/*----------------------------------------------------------
* HTBLA-Leonding
* ---------------------------------------------------------
* Author: S. Schraml
* ----------------------------------------------------------
* Description:
* The Roman Number Calculator.
* ----------------------------------------------------------
*/
/**
* The main entry point of the application.
*/
int main(int argc, char *argv[])
{
/* No implementation needed */
return 0;
}