个人介绍
func IntroduceMyself ()->String {
return "A developer"
}

public class IntroduceMyself {
public static void main {
System.out.println("Hello my name is 王家伟");
}
}