Skip to content

Instantly share code, notes, and snippets.

@LearnByCode
Created December 26, 2015 22:11
Show Gist options
  • Save LearnByCode/ad0579dc1b6605b4caa5 to your computer and use it in GitHub Desktop.
Save LearnByCode/ad0579dc1b6605b4caa5 to your computer and use it in GitHub Desktop.
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