Added agenda for meeting 2 (25 feb)

This commit is contained in:
Sem van der Hoeven
2019-02-20 22:53:13 +01:00
parent e6b543a4f8
commit 890dd979fc
7 changed files with 198 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ import javafx.stage.Stage;
public class Main {
public static void main(String[] args){
System.out.print("Hello World!");
System.out.println("Hello World!");
}
}