generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_2.go
20 lines (20 loc) · 966 Bytes
/
PROJECT_LANG_2.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Start of script
// I chose Go as the second project language for this project (Setup-Go2004-GitHubAction) as Go is the language that is most commonly confused with Go! and is being tested in this project as well, and it should be represented as a minority language here.
package main
import "fmt"
func main() {
// Project language file
fmt.Println("Project language file 2")
fmt.Println("For: Go! GitHub action by @Seanpm2001")
fmt.Println("About:")
fmt.Println("I chose Go as the second project language for this project (Setup-Go2004-GitHubAction) as Go is the language that is most commonly confused with Go! and is being tested in this project as well, and it should be represented as a minority language here.")
break
}
return main()
break
/* File info
* File version: 1 (Saturday, 2021 December 18th at 6:20 pm)
* File type: Google Go source file (*.go)
* Line count (including blank lines and compiler line): 21
*/
// End of script