Skip to content

Instantly share code, notes, and snippets.

@dinsaw
Last active August 29, 2015 14:11
Show Gist options
  • Save dinsaw/04cea5d50d08ba84e87b to your computer and use it in GitHub Desktop.
Save dinsaw/04cea5d50d08ba84e87b to your computer and use it in GitHub Desktop.
student = Student{name='Din', rollNum=1, course='CS'}
Object saved.
Object read completed.
student1 = Student{name='Din', rollNum=1, course='null'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment