~kurth4cker/java-sample

sample Java code
NumberUtilTest: remove unnecessary operations
NumberUtilTest: add unordered property to stream
NumberUtilTest: fix indentation

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~kurth4cker/java-sample
read/write
git@git.sr.ht:~kurth4cker/java-sample

You can also use your local clone with git send-email.

#java-sample

Sample Java code for learning.

#Building

Build with Gradle.

# build with
gradle build

# run with
gradle run

# clean with
gradle clean

Note: You may use ./gradlew instead of gradle if you haven't installed gradle already.

#Copying

Licensed under terms of GPL-3.0-or-later. See file COPYING for details.