Explorar el Código

tiny instructions

Lucas Stadler %!s(int64=11) %!d(string=hace) años
padre
commit
433d6b11e3
Se han modificado 2 ficheros con 13 adiciones y 0 borrados
  1. 9 0
      go/hello-world.go
  2. 4 0
      go/linguaevalia.go

+ 9 - 0
go/hello-world.go

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

+ 4 - 0
go/linguaevalia.go

@ -1,5 +1,9 @@
1 1
package main
2 2
3
// lingua evalia
4
//
5
// try it with `curl -i localhost:8000/run --data-binary @hello-world.go`
6
3 7
import (
4 8
	"fmt"
5 9
	"io/ioutil"