Add some class from tutorial

This commit is contained in:
Florian RICHER 2024-10-13 20:36:13 +02:00
parent c4bd9d2558
commit a07c55cf0f
11 changed files with 687 additions and 5 deletions

View file

@ -15,7 +15,7 @@
devShells = {
default = pkgs.mkShell {
packages = with pkgs; [
jdk23 # When available
jdk22
maven
];
};