maca89/csharp-tasks
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
-- 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