io.github.kingpep.stringpadder.App Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kingetherlibrary Show documentation
Show all versions of kingetherlibrary Show documentation
This project is a library for padding Strings in Java, url shortener
and vpn network detection.
package io.github.kingpep.stringpadder;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}