Yes
This commit is contained in:
parent
45200bb640
commit
d6cffc16e4
12 changed files with 954 additions and 0 deletions
19
main_driver.c
Executable file
19
main_driver.c
Executable file
|
|
@ -0,0 +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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue