test
All checks were successful
Go / test (push) Successful in 1m15s

This commit is contained in:
Slayder12
2025-12-16 19:53:10 +03:00
parent 1f8b4fb821
commit c589d609c5
5 changed files with 2 additions and 0 deletions

0
.github/workflows/tests.yml vendored Normal file → Executable file
View File

0
go.mod Normal file → Executable file
View File

0
go.sum Normal file → Executable file
View File

2
main.go Normal file → Executable file
View File

@@ -6,6 +6,8 @@ import (
func main() { func main() {
fmt.Println(hello()) fmt.Println(hello())
fmt.Println(hello())
fmt.Println(hello())
} }
func hello() string { func hello() string {

0
testfunc_test.go Normal file → Executable file
View File