Skip to content

Commit

Permalink
immutable.homework package
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-cholewinski committed Dec 7, 2024
1 parent 08364ec commit 088f5d9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.kodilla.collections.adv.immutable.homework;

public record Task(String title, int duration) {
}

0 comments on commit 088f5d9

Please sign in to comment.