This commit is contained in:
2025-07-19 13:21:35 -04:00
commit 1a119ee406
7 changed files with 54 additions and 0 deletions

9
lib1/lib1.go Normal file
View File

@@ -0,0 +1,9 @@
package lib1
import (
"fmt"
)
func Function() {
fmt.Println("lib1")
}