Skip to content

Some useful helper functions in java if new to the language. Some reduce efficiency, so for complex programs I recommend not using this tool.

License

Notifications You must be signed in to change notification settings

willassad/Java-Helper-Functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java-Helper-Functions

This repository will provide some useful helper functions for java if new to the language. Some will reduce efficiency, so for complex programs I recommend not using this tool.

How to Use

Simply place the files in src in your source directory and inherit AssadFunctions.

public class Main extends AssadFunctions {
    
    public static void main(String[] args) {
        //call any functions here
    }
    
 }

Credits

Author: Will Assad

About

Some useful helper functions in java if new to the language. Some reduce efficiency, so for complex programs I recommend not using this tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages