add Makefile

This commit is contained in:
2024-05-19 16:14:07 +07:00
parent f917aff971
commit 288f880cdd
4 changed files with 37 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}