package ru.helloworld; public class helloworld { } public static void main (String[] args) { System.out.println("helloworld") } There is an error:
Error: (7, 15) java: class, interface, or enum expected.
package ru.helloworld; public class helloworld { } public static void main (String[] args) { System.out.println("helloworld") } There is an error:
Error: (7, 15) java: class, interface, or enum expected.
It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:
Source: https://ru.stackoverflow.com/questions/931647/
All Articles