generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.go
22 lines (22 loc) · 1.17 KB
/
PROJECT_LANG_1.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Start of script
// I decided to make Go! the main project language file for this project (Seanpm2001/Learn-Go2003) as Go! is the language this project is dedicated to, because this project is about learning the Go! programming language. It only makes sense to make Go! the official language for this project.
/*TODO
This file will need to be rewritten in the future when there is a way to write a similar program in Go!
For now, this project is written in Googles Golang, 6 years later.
*/
package main
import "fmt"
func main() {
// Project language file
fmt.println("Project language file 1")
fmt.println("For: Seanpm2001/Learn-Go2003")
fmt.println("About:")
fmt.Println("I decided to make Go! the main project language file for this project (Seanpm2001/Learn-Go2003) as Go! is the language this project is dedicated to, because this project is about learning the Go! programming language. It only makes sense to make Go! the official language for this project.")
break;
}
/* File info
* File type: Google Go source file (*.go)
* File version: 1 (2021, Thursday, November 25th at 3:31 pm
* Line count (including blank lines and compiler line): 23
*/
// End of script