No matter what programming language you begin with, you'll probably write a Hello World program in it. Here is one written in Java.
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
At times I wonder if my medication is just a placebo. That is a medication that usually has no effect on a disease. Am I dreaming it all up...
No comments:
Post a Comment