
Acompanhe no Github
Run
pnpm create vuepress-theme-hope hope-project
to create a new project with this theme.Run
pnpm create vuepress-theme-hope add .
in your project root to create a new project with this theme.
jshell
import javax.swing.*
var nome = JOptionPane.showInputDialog("qual seu nome")
JOptionPane.showMessageDialog(null, "ola " + nome)
/exit