-
Notifications
You must be signed in to change notification settings - Fork 0
Introducing Input4J
Matheus Jordan edited this page May 3, 2019
·
1 revision
I develop it to help in many projects and to make a Python Input in Java, in python the variables don't have types, but in java Yes.
for this reason I don't make a simple input like this -> input("Your name: ").
I make a really java input -> Input.Str("Your name: ");
This project is basicaly it.