Skip to content

Instantly share code, notes, and snippets.

View javabuddy's full-sized avatar

Javin Paul javabuddy

View GitHub Profile
<html>
<head>
<title></title>
</head>
<body>
<br />
<div class="alignleft">
<script type="text/javascript">
amzn_assoc_ad_type = "banner";
amzn_assoc_marketplace = "amazon";
<html>
<head>
<title></title>
</head>
<body>
<br />
<div style="margin-left:-25px;">
<a target="_blank" href="http://shareasale.com/r.cfm?b=974902&amp;u=880419&amp;m=43514&amp;urllink=&amp;afftrack=" rel="nofollow" target="_top"><img src="http://static.shareasale.com/image/43514/ocajp-ocpjp-blue.jpg" border="0" alt="OCAJP and OCPJP Certifications" /></a>
</div>
<br />
@javabuddy
javabuddy / HellGist.java
Last active December 12, 2015 06:09
HelloWorld in Github Gist
/**
* @link http://javarevisited.blogspot.sg/2011/11/run-java-program-from-command-prompt.html
* HelloWorld to Gist and Github
*/
public class HelloGist{
public static void main(String args[]){
System.out.println("Hello Gist");
System.out.println("Coding is so much fun with Gists");