added all past projects

This commit is contained in:
Hannes
2017-11-10 00:13:57 +01:00
parent 5f63f0c599
commit 8c94608805
1391 changed files with 109456 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package begruessung;
public class Begruessung
{
public static void main(String[] args)
{
String name;
name="Lenerd";
System.out.println("Guten Tag, "+name+"!");
}
}