Skip to content
studdykid edited this page Jun 8, 2016 · 2 revisions

Welcome to the hello-world wiki!

Cool! Now I can record what I learn in a more productive way

Here I need some coding sample

quoting here

here is normal

public class YourName {
	public static void main(String[] args) {

		System.out.println("kid");

	}
}