Skip to content

Instantly share code, notes, and snippets.

@LearnByCode
Created December 26, 2015 22:11
public class StringAssignment {
public static void main(String[] args) {
String name = "Alton";
System.out.print(name);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment