Welcome to the repository for the Programmieren 1 lecture at the DHBW Mannheim. This repository is a resource for students to access the source code used within the lecture material as well as the tasks assigned during the course. Solutions for the tasks are also provided to aid in self-study and experimentation.
The repository is divided into two main modules:
lecture-code- Contains example code and snippets which were demonstrated during the lectures.tasks- Contains exercises and their respective solutions that complement the lecture material.
The code used in lectures can be found in the lecture-code directory. Navigate through the directory to explore various topics covered in the lectures.
All tasks are located in the tasks directory.
Each task is located in a separate directory and contains a task.md file with the task description and source code or a solution.md file with the solution to the task.
To get started with the source code, clone this repository using the following command:
git clone https://github.com/your-github-username/dhbw-ma-programmieren-1-sourcecode.git
Make sure you have the necessary development environment to work with Java projects (e.g. IntelliJ IDEA).
While this repository is primarily for distributing code and tasks for educational purposes, contributions to improve the quality of code and solutions are welcome. If you have suggestions or corrections, please create a pull request or open an issue.
This project is released under the MIT License. For more details, please see the LICENSE file."
Happy Coding!