Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
c04d39595c93dae985c9eb73c77e5ee6fcff1ac5
c04d39595c93dae985c9eb73c77e5ee6fcff1ac5
Switch branch/tag
nebula
cannon
example
hello
main.go
Find file
Normal view
History
Permalink
main.go
93 Bytes
Edit
Web IDE
Newer
Older
example: minimal Go test program
f5c99714
protolambda
committed
2 years ago
1
2
3
4
5
package
main
import
"os"
func
main
()
{
cannon: add newline to hello world
3ec5d194
protolambda
committed
1 year ago
6
_
,
_
=
os
.
Stdout
.
Write
([]
byte
(
"hello world!
\n
"
))
example: minimal Go test program
f5c99714
protolambda
committed
2 years ago
7
}