Created
October 7, 2022 05:02
-
-
Save nowshad-hasan/0a49b435c03a16645e5f13d166f1a48b 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
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