Skip to content

AnandPr123/RZPBootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RZPBootcamp

  1. QuizGame
    • To run the Quizgame, clone this repository and execute the below command in terminal.
          $ go run main.go -csv="csvFileName" -limit="timeLimitForGameInSec"
          
  2. URLShortener
    • To run the URLShortener, clone this repository and execute the below command in terminal.
          $ go run main.go 
        
      
  3. CLI_Task_Manager
    • To run the CLI_Task_Manager, clone this repository and execute the below command in terminal.
          $ go build .
          $ ./task
    • To add a new task to the TODO list
          $ ./task add "TaskToAdd"
    • To mark a task on the TODO list as complete
          $ ./task do "TaskNumber"
    • To list all of the incomplete tasks
         $ ./task list

About

Mini Projects of Boot camp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages