Last active
January 5, 2017 09:00
-
-
Save babedev/af6df73295e2ebac33959fdb8598697e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static void main(String[] args) throws IOException { | |
MvpPoet poet = new MvpPoet("com.babedev.javapoetcodelab", "Sample"); | |
poet.generateMvp(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment