mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-08-05 14:12:16 +02:00
initial import
This commit is contained in:
12
quality/unittest/cmd/main.go
Normal file
12
quality/unittest/cmd/main.go
Normal file
@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"golang.source-fellows.com/samples/unittest/math"
|
||||
)
|
||||
|
||||
func main() {
|
||||
res := math.Add(1, 2)
|
||||
fmt.Printf("Das Ergbnis ist %v", res)
|
||||
}
|
Reference in New Issue
Block a user