Skip to content

Instantly share code, notes, and snippets.

@kyawhtut-cu
Created November 18, 2019 07:07
Show Gist options
  • Save kyawhtut-cu/178e8a18b450aeae85c222b3dbe4a689 to your computer and use it in GitHub Desktop.
Save kyawhtut-cu/178e8a18b450aeae85c222b3dbe4a689 to your computer and use it in GitHub Desktop.
package com.kyawhtut.ankotest;
public class UserTestJava {
public static void main(String[] args) {
User user = new User("Mg Mg", 23, "Yangon", "male"); // that is work
User user = new User("Mg Mg", 23, "male"); // that is work now
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment