This website requires JavaScript.
Explore
Help
Sign In
eliribble
/
gibtar
Watch
1
Star
0
Fork
You've already forked gibtar
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Initial hello world program.
Browse Source
...
This commit is contained in:
Eli Ribble
2023-06-19 14:30:28 -07:00
parent
da9305e0ec
commit
0d33aacf3f
1 changed files
with
7 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
7
main.go
Normal file
Unescape
Escape
View File
@ -0,0 +1,7 @@
package
main
import
"fmt"
func
main
(
)
{
fmt
.
Println
(
"Hello World."
)
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
eliribble/gibtar
Title
Body
Create Issue