Files
sip_parser/main.go
Andre Heber a884e8d523 init
2024-08-02 17:25:09 +02:00

9 lines
91 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, I'm the SIP Parser!")
}