Posts

Showing posts with the label Test code

Code

public class WelcomeApp { public static void main(String[] args) { String name = " channel"; System.out.println("Hello, " + name + "!"); } }