Converted everything to orgmode

converted everything to orgmode and added solution to the README files
This commit is contained in:
2025-03-31 08:37:19 +02:00
parent 3013d7ad47
commit 311cb8434c
25 changed files with 319 additions and 502 deletions

View File

@@ -40,9 +40,9 @@ void print_weekday(int day, int month, int year);
To complete the task, you have to provide the definition of the aforementioned functions.
The `calendar.cpp` file contains skeletons of the functions to be implemented. The `main.cpp` file contains testing functions and the main function. In the main function, a menu is printed to select the function that has to be tested.
The =calendar.cpp= file contains skeletons of the functions to be implemented. The =main.cpp= file contains testing functions and the main function. In the main function, a menu is printed to select the function that has to be tested.
**Important** the main is not editable. Required functions must be implemented in `calendar.cpp`.
**Important** the main is not editable. Required functions must be implemented in =calendar.cpp=.
**Additional notes:**