2
1
Fork 0
Go to file
Sebastian Steger 06cde68c17 inventory solution 2025-10-27 08:36:17 +00:00
go inventory solution 2025-10-27 08:36:17 +00:00
README.md added readme.md 2025-08-19 16:05:10 +02:00
vscode-devcontainer-popup.png added readme.md 2025-08-19 16:05:10 +02:00

README.md

PR3 Code Repository

This repository contains all code of the PR3 lecture. This includes assignments. Solutions and code produced during the lecture is added incrementally during the semester.

Usage

The code for each programming language is located in a dedicated subfolder. The individual development environment is defined by a Development Container which ensures a uniform easy to set up coding experience on all platforms (Windows/MacOS/Linux). The following tools shall be available on the developer's machine:

Follow these steps to get started:

  1. Clone this repository into a local folder of your choice. Use a WSL folder on Windows.
  2. Navigate to the subfolder of the desired programming language (e.g. cd pr3-xyz/go).
  3. Open Visual Studio Code in that folder by executing code .
  4. Click on Reopen in Container in the popup that appears on the bottom right corner:

This will open the folder in the dedicated Development Container that contains all required tools. Furthermore, programming language specific Visual Studio Code extensions are automatically installed inside the Development Container without affecting the host system.