mirror of
https://github.com/bringout/oca-dms.git
synced 2026-04-19 11:21:59 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
76 B
Go
7 lines
76 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello, World")
|
|
}
|