Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 27eb73a

Browse files
author
Holger Lösken
committed
Remove unnecessary main
1 parent 7abfb6f commit 27eb73a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/go/t3/s1.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,3 @@ func IsValidElement(element string, validOperations []string) bool {
7878

7979
return true
8080
}
81-
82-
func main() {
83-
r, _:= Calculate("6 3 /")
84-
85-
fmt.Printf("ergebnis: %v", r)
86-
}

0 commit comments

Comments
 (0)