This commit is contained in:
Andre Heber
2024-08-02 17:25:09 +02:00
commit a884e8d523
5 changed files with 79 additions and 0 deletions

9
main.go Normal file
View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, I'm the SIP Parser!")
}