zane-schaffer / cs50-go

cs50x problem sets in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs50x-go

GitHub go.mod Go version of a Go module

GitHub license

Harvard's cs50x problem sets solved in golang and packaged into one tight package.

setup

    git clone https://github.com/zane-schaffer/cs50-go.git
    cd cs50-go
    make
    ./cs50

ls for all problems available

Will be updating this as I solve more of the problems

About

cs50x problem sets in golang

License:MIT License


Languages

Language:Go 96.7%Language:Makefile 3.3%