You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Intro --
This repository hold simple tutorial C# tasks.
-- How to create new task --
> dotnet new console -o task01
-- How to run a task --
> cd task01
> dotnet run