AleDore / scratch-flatten

Repo for scratch projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scratch-flatten

Simple java app that flattens an array of arbitrarily nested arrays of integers into a flat array of integers. Please see listed steps in order to run this simple App.

After git clone perform:

  1. cd scratch-flatten/
  2. mvn package (see tests execution results)
  3. java -jar target/flatten-1.0-SNAPSHOT.jar

About

Repo for scratch projects


Languages

Language:Java 100.0%