Skip to content

Instantly share code, notes, and snippets.

View Venoli's full-sized avatar
🏠
Working from home

Venoli Gamage Venoli

🏠
Working from home
View GitHub Profile
@Venoli
Venoli / CountryCodes.cs
Last active March 4, 2024 12:55
List of Country Codes and Country Names - C#
using System;
using System.Globalization;
using PhoneNumbers;
using System.Collections.Generic;
using System.Threading.Tasks;
public class CountryCodes
{
public static void Main()
{