adaptai / projects /ui /crush /internal /tui /exp /diffview /testdata /TestDefault.after
ADAPT-Chase's picture
Add files using upload-large-folder tool
8ab4ccd verified
package main
import (
"fmt"
)
func main() {
content := "Hello, world!"
fmt.Println(content)
}