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