hello
This commit is contained in:
		
							
								
								
									
										3
									
								
								hello/go.mod
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								hello/go.mod
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,3 @@
 | 
			
		||||
module c.infdj.com/GO/courses_golang/hello
 | 
			
		||||
 | 
			
		||||
go 1.17
 | 
			
		||||
							
								
								
									
										7
									
								
								hello/hello.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								hello/hello.go
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
package main
 | 
			
		||||
 | 
			
		||||
import "fmt"
 | 
			
		||||
 | 
			
		||||
func main() {
 | 
			
		||||
	fmt.Println("Hello, world.")
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user