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
d64d43f349a839c9be930cadaaaa54e9833a199e
d64d43f349a839c9be930cadaaaa54e9833a199e
Switch branch/tag
nebula
risc
test.go
Find file
Normal view
History
Permalink
test.go
72 Bytes
Edit
Web IDE
Newer
Older
simple test
be345b7f
George Hotz
committed
3 years ago
1
2
package
main
mallocing heap
94ca24b1
George Hotz
committed
3 years ago
3
4
import
"fmt"
simple test
be345b7f
George Hotz
committed
3 years ago
5
func
main
()
{
mallocing heap
94ca24b1
George Hotz
committed
3 years ago
6
fmt
.
Println
(
"hello world"
)
simple test
be345b7f
George Hotz
committed
3 years ago
7
}