Skip to content

Instantly share code, notes, and snippets.

@zetta
Last active December 18, 2015 19:39
Show Gist options
  • Save zetta/5834288 to your computer and use it in GitHub Desktop.
Save zetta/5834288 to your computer and use it in GitHub Desktop.
Hello Blogger
package mx.blogspot.coding.after.all;
/**
* @author zetta
*/
public class Post
{
/**
* @param args the command line arguments
*/
public static void main(String[] args)
{
System.out.println("Hello Blogger");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment