15 lines
302 B
Go
15 lines
302 B
Go
package ultralight
|
|
|
|
import (
|
|
"fmt"
|
|
tea "github.com/charmbracelet/bubbletea"
|
|
"github.com/charmbracelet/lipgloss"
|
|
"github.com/BigJk/crt"
|
|
bubbleadapter "github.com/BigJk/crt/bubbletea"
|
|
"image/color"
|
|
catppuccin "github.com/catppuccin/go"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println("Hello from the other side.")
|
|
} |