Skip to content

jacobtie/string-pattern-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pattern Matching Algorithms

How to Run

To run the program, make sure you have .NET Core 3.0 installed. You can run dotnet run to run the program. This will implicitly run dotnet restore and dotnet build before running dotnet run. Keep in mind that this will create bin/ and obj/ directories.

The easiest way to run/edit/debug this application is by using Visual Studio Code. When you open the project is VSCode, it will prompt you to add required assets to the project. This will generate a .vscode folder with launch.json and tasks.json files that allow one to debug the program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages