"Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."
- Linus Torvalds
martes, 18 de noviembre de 2014
hello-world
public static void main(String[] args) {
System.out.println("Hello World!");
}
No hay comentarios:
Publicar un comentario