Skip to content

Instantly share code, notes, and snippets.

@westdabestdb
Created February 20, 2018 07:20
Show Gist options
  • Save westdabestdb/2dc2a29be4878c91606c8ab1f7520b9c to your computer and use it in GitHub Desktop.
Save westdabestdb/2dc2a29be4878c91606c8ab1f7520b9c to your computer and use it in GitHub Desktop.
public class Main {
String name = "Gorkem";
String lastname = "Erol";
public static void main(String[] args) {
Main app = new Main();
Manipulator manipulator = new Manipulator(app.getClass());
System.out.println("Hello, my name is ${name} ${lastname} !!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment