Skip to content

Commit 33b2198

Browse files
committedMay 8, 2022
1
1 parent 552f9f3 commit 33b2198

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
 

‎Untitled Diagram.drawio

-1
This file was deleted.

‎go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module test
2+
3+
go 1.17

‎main.go

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package main
2+
3+
func main() {
4+
println("hello world")
5+
}

0 commit comments

Comments
 (0)
Please sign in to comment.