Java/Development Class/Output — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 07:01, 1 июня 2010
Output to console
public class OutputToConsole {
public static void main(String[] args) {
System.out.println("console");
}
}