Skip to content

Instantly share code, notes, and snippets.

@guillaC
guillaC / RedditChecker.cs
Created June 23, 2025 18:18
Checks whether a subreddit already exists or not.
using System.Globalization;
using System.Text;
class Program
{
static async Task Main()
{
var villes = new List<string>
{
"Moskva", "London", "Berlin", "Madrid", "Roma", "Paris", "București", "Wien",