Skip to content

Boilerplate command line exercise code for students

Notifications You must be signed in to change notification settings

stevebrownlee/csharp-bagoloot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bag o' Loot

This boilerplate code shows you how to display a command line prompt, read user input, and then based on the input value, execute other code. There is also example usage of a SQLite connection in the DatabaseInterface.cs file.

Create Environment Variable

Before running the program, open your .zshrc file and put this new environment variable at the end.

export BAGOLOOT_DB="/Path/To/Where/You/Cloned/Your/Repo/bagoloot.db"

Then reload that file.

source ~/.zshrc

Now open up the project in Visual Studio code.

About

Boilerplate command line exercise code for students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages