Skip to content

Instantly share code, notes, and snippets.

View ikeofilic1's full-sized avatar

Ikechukwu Ofili ikeofilic1

View GitHub Profile
@ikeofilic1
ikeofilic1 / tour_of_go_exercise_image.go
Created May 7, 2025 05:07
Exercises: Images - Tour of Go. Van Gogh Starry Night
package main
import (
"image"
"image/color"
"golang.org/x/tour/pic"
)
type Image struct{}