Of course
This commit is contained in:
parent
d6cffc16e4
commit
8edc8dab71
13 changed files with 951 additions and 951 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue