Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 322 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 322 Bytes

Programming

This repository collects implementation of various programming questions

Pre-requisite

The code is tested in java 17.

Build

mvn package

Note: You can build individual project. For that just change directory to the project inside Programming and run the command

Run test

mvn clean test