Friday, December 14, 2012

Java Tutorial 1 Source Code

public class Tutorial { public static void main(String[] args) { System.out.println("Output anything here."); } }

No comments:

Post a Comment