first commit

This commit is contained in:
B4D_US3R 2025-05-20 10:03:14 +05:00
commit 9a34fd5dfb
2 changed files with 8 additions and 0 deletions

5
lib.go Normal file
View file

@ -0,0 +1,5 @@
package workspace_lib
func AddNums(a, b int) int {
return a + b
}