aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/google-java-format/in.java
blob: 877f756f8e464c27856307f42e2d385965825752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
   package
       main
 ;

 public
   class
Main            { public
                      static
void     main
 ( String arg[]
){System.out.println
   (
    "Hello, world"
)

;}}