Skip to content

Command line application that quizzes for different representation of a number. For education purposes

Notifications You must be signed in to change notification settings

CaptainQuirk/numberquizz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number quizz

numberquizz will prompt you for the binary or hexadecimal chosen between 0 and a max value.

Usage

$ numberquizz [--max <int>]

Installation

Run git clone https://github.com/CaptainQuirk/numberquizz.git

Configuration

Configure the GOBIN variable

  • Create a globally ignored .rc.d directory with a go.zsh file in it with the following information
#!/usr/bin/zsh

go env -w GOBIN=<path-to-project>/numberquizz/bin

This will reference the bin directory inside the repository as the location where build binary should go

Add the GOBIN directory to the path

PATH_add /home/leonard/Projects/CaptainQuirk/LearnGo/Code/numberquizz/bin
  • Run direnv allow

Build

  • Run make build or go install

About

Command line application that quizzes for different representation of a number. For education purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published