Last active 1694362807

Gist Description

JohnDoe revised this gist 1694362807. Go to revision

1 file changed, 7 insertions

server.go(file created)

@@ -0,0 +1,7 @@
1 + package main
2 +
3 + import "fmt"
4 +
5 + func main(){
6 + fmt.Println("Hello World");
7 + }
Newer Older