source: Java_Quellcode_SOOP_Vorlesung/oop/DatumTest.java @ 245

Last change on this file since 245 was 245, checked in by tr, 8 years ago
File size: 183 bytes
Line 
1package eu.hsrw.tr.prog.vl.oop;
2
3public class DatumTest {
4
5    public static void main(String[] args) {
6        Datum d = new Datum(21, 11, 2016);
7       
8        System.out.println(d);
9    }
10
11}
Note: See TracBrowser for help on using the repository browser.