dissertation-2-code/main.go

8 lines
72 B
Go
Raw Normal View History

2020-10-22 21:19:26 +01:00
package main
import "fmt"
func main() {
fmt.Println("hello world")
}