/*---------------------------------------------------------- * 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; }