using System
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Azure.Storage.Blobs;
using Azure.Storage.Blobs.Models;
namespace myApp
{
class Program
{
static async Task Main(string[] args)
{ /**********************************************************************************************
* Sum the ASCII value - find the joker (228326687915660 = 329081602*693830)
***********************************************************************************************/
Uri blobContainerUri = new Uri("blob-container-uri-find-the-joker");
BlobContainerClient blobContainerClient =…
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)