parent
efd3881b22
commit
1ea22e4e29
Binary file not shown.
Binary file not shown.
@ -0,0 +1,12 @@ |
||||
package HelloWorld; |
||||
|
||||
public class Song { |
||||
String name; |
||||
int duration; |
||||
String artist; |
||||
public Song(String name,int duration,String artist) { |
||||
this.name=name; |
||||
this.duration=duration; |
||||
this.artist=artist; |
||||
} |
||||
} |
Loading…
Reference in new issue