Skip to content

Instantly share code, notes, and snippets.

View d3v3us's full-sized avatar
💻
Coding Alchemist: Turning Bugs into Gold!

Raf Barseghi d3v3us

💻
Coding Alchemist: Turning Bugs into Gold!
View GitHub Profile
using System;
using System.IO;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Text;
public static class Program
{