The glamourous AI coding agent for your favourite terminal 💘
1package main 2 3import ( 4 "fmt" 5) 6 7func main() { 8 fmt.Println("Hello, world!") 9}