� Welcome
Welcome to my website! This website you can see my inspiration and sample works. Hope you like it :D
� Javascript
This is my sample java code! Hello World.
import java.io.*;
class MyFirstProgram {
/** Print a hello message */
public static void main(String[] args) {
BufferedReader in =
new BufferedReader(new InputStreamReader(System.in));
String name = "Instructor";
System.out.print("Give your name: ");
try {name = in.readLine();}
catch(Exception e) {
System.out.println("Caught an exception!");
}
System.out.println("Hello " + name + "!");
}
}
If you need any help with this contact me or ask one of the friendly folk around in the NORSU or to the koding forums.
