Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 875 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 875 Bytes

DSYS


A beginner-friendly java library designed to help with tedious tasks.

Installation

In IntelliJ:

  • Create a new project from version control
  • Paste the link for this repo into the 'URL' field.
https://github.com/Newman-Advanced-CS/DSYS
  • IntelliJ will create a new project with DSYS installed (it will be identical to this repository).
  • To avoid issues, immediately refactor the name of your working directory from "DSYS" to whatever your actual project name is (see below). RefactorExample
  • Also, turn off git (or reconfigure it to your own repo).

or download the library directly and place it into your current project.