Skip to content

fonglh/think-like-a-programmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Think like a Programmer

Solutions from going through Think Like A Programmer by V. Anton Spraul

Build and Run

$ go build
$ ./think-like-a-programmer

Converting to Go Modules

This repository was first created before Go modules became compulsory.

To run this with Go 1.17 onwards, it was necessary to initialize it as a Go module with the following command:

go mod init github.com/fonglh/think-like-a-programmer

About

Solutions from going through Think Like A Programmer by V. Anton Spraul

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages