Skip to content

Instantly share code, notes, and snippets.

@lnsp
Created March 2, 2016 08:07
Show Gist options
  • Select an option

  • Save lnsp/39de7075001c429d2d9b to your computer and use it in GitHub Desktop.

Select an option

Save lnsp/39de7075001c429d2d9b to your computer and use it in GitHub Desktop.
package io.mooxmirror.javakurs2;
public class HalloWelt {
public static void main(String[] args) {
System.out.println("Hallo Welt!");
;
System.out.println(13);
System.out.println("Und Ende!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment