Log in Register Dashboard Temp Share Shortlinks Frames API

abh - HTMLify profile

abh's Profile Picture

abh

523 Files

134310 Views

Latest files of /abh/learning/go/snake-game

go.sum abh/learning/go/snake-game/go.sum
194 Views
0 Comments
Media file
go.mod abh/learning/go/snake-game/go.mod
259 Views
0 Comments
Media file
Snake Game in Go lang abh/learning/go/snake-game/main.go
267 Views
0 Comments
// Snake game

package main

import (
"fmt"
"math/rand"
"time"