Created
March 2, 2016 08:07
-
-
Save lnsp/39de7075001c429d2d9b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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