# HelloWorld
run:
dotnet run --project Individual_Task_1.fsproj
build:
dotnet build
clean:
dotnet clean