Created
August 6, 2018 17:30
-
-
Save stefanwendelmann/8825e48cfd7c3283aa055e4eaa8faf06 to your computer and use it in GitHub Desktop.
Hello WordPress
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 de.swendelmann.test.mavenproject2; | |
| /** | |
| * | |
| * @author Stefan | |
| */ | |
| public class Test | |
| { | |
| public static void main(String[] args) | |
| { | |
| System.out.println("Hello WordPress"); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment