Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 170 Bytes

File metadata and controls

8 lines (8 loc) · 170 Bytes

public class Hello { public static void main(String[] args) { System.out.print("My name is Connie" ); System.out.println("Jingxian Huang visited this file ^_^"); } }