mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-08 22:47:47 +00:00
8 lines
70 B
Go
8 lines
70 B
Go
|
|
package main
|
||
|
|
|
||
|
|
import "fmt"
|
||
|
|
|
||
|
|
func main() {
|
||
|
|
fmt.Println("Hello Go!")
|
||
|
|
}
|