blob: d8b27809581e4aeda436e3f803495858a0d5bc7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# CLP Project
Project for the AA 2023/2024 **Complementi di programmazione**'s course of the Master Degree in Computer Science.
# How to start
```shell
make
make run
make runall
```
For archlinux users, add the following env variable to visualize the window: `export _JAVA_AWT_WM_NONREPARENTING=1`
|