This commit is contained in:
Jan Lerking
2023-02-17 10:55:20 +01:00
parent ba8e286ecd
commit 799dff646d
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
module template
go 1.20
+4 -4
View File
@@ -1,7 +1,7 @@
package main
def main() {
Println("I'm here!")
}
import . "fmt"
main()
func main() {
Println("I'm here!")
}