abh - HTMLify profile

abh's Profile Picture

abh

501 Files

102266 Views

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

go.sum abh/learning/go/snake-game/go.sum
126 Views
0 Comments
Media file
go.mod abh/learning/go/snake-game/go.mod
207 Views
0 Comments
Media file
Snake Game in Go lang abh/learning/go/snake-game/main.go
189 Views
0 Comments
// Snake game

package main

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