Every book starts with "Hello, World" program. But reader can see programs, that can do more, than just pring "Hello, World". So he might think, that there is programs, that can do less, than "Hello, World".
For now, Assembler is dead, and we are using Java, as perfect technology.
So, less than "Hello, World!":
package helloworld;
public class LessThanHello {
public static void main(String[] args) {
}
}
No comments:
Post a Comment