Skip to content

Instantly share code, notes, and snippets.

@nowshad-hasan
Created October 7, 2022 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nowshad-hasan/0a49b435c03a16645e5f13d166f1a48b to your computer and use it in GitHub Desktop.
Save nowshad-hasan/0a49b435c03a16645e5f13d166f1a48b to your computer and use it in GitHub Desktop.
import io.github.solidpotato.PotatoMaker;
import org.springframework.boot.SpringApplication;
@org.springframework.boot.autoconfigure.SpringBootApplication
public class SpringBootApplication {
public static void main(String[] args) {
SpringApplication.run(SpringBootApplication.class, args);
PotatoMaker.makePotato();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment