adding cs142 code
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=hello
|
||||
GOFILES=\
|
||||
hello.go
|
||||
|
||||
include $(GOROOT)/src/Make.cmd
|
||||
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("hello world! My name is Stephen McQuay.")
|
||||
}
|
||||
Reference in New Issue
Block a user