Skip to content

A better Print statement for Java. Everybody's tired of writing that long `System.out.println()`

License

Notifications You must be signed in to change notification settings

TONYflare123/Java-TruPrint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Java TruPrint is a Java utility to make your System.out.println() life easier

Features
  • Simply replaces Java's System.out.print() and System.out.println() with S.o.p() and S.o.pln() to make typing in Java less painful.
  • Full support for printing null values ( Just like Java, this applies only to S.o.pln() and not S.o.p()).
  • Full Source code available, MIT license.

Usage instructions

  • (If required) Create a package named as P
  • Put the o.java file in the package.
  • Done.
  • To use, replace System.out.println() in any script with S.o.pln(), you will get the same result.

About

A better Print statement for Java. Everybody's tired of writing that long `System.out.println()`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages