This website requires JavaScript.
Explore
Help
Sign In
diff
/
CheckIn
Watch
1
Star
0
Fork
You've already forked CheckIn
0
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
Hello, world!
Browse Source
main
diff
2020-11-12 19:19:36 +00:00
commit
7439ed3160
1 changed files
with
9 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
9
main.go
100644
Unescape
Escape
View File
@ -0,0 +1,9 @@
package
main
import
(
"fmt"
)
func
main
(
)
{
fmt
.
Println
(
"Hello, world!"
)
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
diff/CheckIn
Title
Body
Create Issue