lxcid / nextid

Smallest(Possible IDs - Used IDs)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextid

java -jar nextid.jar
# 1
java -jar nextid.jar -start 5
# 5
java -jar nextid.jar 1,3,4,5,6
# 2
java -jar nextid.jar -start 3 1,3,4,5,6
# 7
java -jar nextid.jar -start 3 -total 3 1,3,4,5,6
# Crash

About

Smallest(Possible IDs - Used IDs)

License:MIT License


Languages

Language:Java 100.0%