Bism Allah

This commit is contained in:
bloeys
2022-10-24 02:13:31 +04:00
parent 37b9115d23
commit 8ce189f9cd
2 changed files with 8 additions and 0 deletions

3
go.mod Executable file
View File

@ -0,0 +1,3 @@
module github.com/bloeys/cogo
go 1.18

5
main.go Executable file
View File

@ -0,0 +1,5 @@
package main
func main() {
println("Hello there, friend.")
}