Created
November 18, 2017 21:29
-
-
Save nphilou/785c87ba53b20f83c78538a84490d3ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Console console = System.console(); | |
| String enteredPassword = new String(console.readPassword("Veuillez entrer votre mot de passe: ")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment