wickedstangs
Well-known member
Man I am having a difficult time learning how to use it..
I just want to run something simple to see if it works..
I just want to run something simple to see if it works..
Code:
1 // This is a simple Java program.
2
3 public class Simple
4 {
5 public static void main(String[] args)
6 {
7 System.out.println("Programming is great fun!");
8 }
9 }