download

Sign in or create your account | Project List | Help

download Git Source Tree

Root/vimm200811/HelloWorld.java

1package example;
2
3/**
4 * this is dummy class.
5 */
6public class HelloWorld {
7
8    public HelloWorld() {
9        super();
10    }
11
12    public static void main(String[] argv) {
13        // dummy
14    }
15
16    private int privateId;
17    private String givenName;
18    private String familyName;
19    private String givenNameKana;
20    private String familyNameKana;
21    private String postalCode;
22    private String tel;
23    private String phone;
24    private String cellPhone;
25    private String email;
26
27}
28
29

Archive Download this file

Branches:
master