This commit is contained in:
h3llll 2026-01-07 22:55:11 +02:00
parent 514339329a
commit 0b9f0838c1
5 changed files with 77 additions and 1 deletions

10
main.go Normal file
View file

@ -0,0 +1,10 @@
package main
import (
"fmt"
// tea "github.com/charmbracelet/bubbletea"
)
func main() {
fmt.Println("hi this is client");
}