pro.fessional.WhoAmI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of meepo Show documentation
Show all versions of meepo Show documentation
meepo, first, is a dota2 hero, and then a template engine
that using the single/multi-comment of target file's syntax
as directive in order to keep the template and the target file
in the same syntax highlight, preview and IDE editing features.
The newest version!
package pro.fessional;
/**
* @author trydofor
* @since 2019-07-02
*/
public class WhoAmI {
public static void main(String[] args) {
System.out.println("Meepo: Where do you think you're going?");
}
}