Skip to content

Instantly share code, notes, and snippets.

@stefanwendelmann
Created August 6, 2018 17:30
Show Gist options
  • Select an option

  • Save stefanwendelmann/8825e48cfd7c3283aa055e4eaa8faf06 to your computer and use it in GitHub Desktop.

Select an option

Save stefanwendelmann/8825e48cfd7c3283aa055e4eaa8faf06 to your computer and use it in GitHub Desktop.
Hello WordPress
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