Daryl Fernandes

21
reputation
1
7

public class Hello { public static void main(String[] args) { System.out.println("Hello"); System.out.println("I love to code."); System.out.println("In most of the free time i love to code."); } }