This commit is contained in:
2024-04-30 15:50:02 +02:00
parent dc6c8b642c
commit 931e9b43e6
4 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package ch.hevs.isc.slopify_v2
class Song(val title: String, val number: Int) {
}