Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Crystals Plep
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { private static char Findrecurring(string str) { return str.Where((currentchar, i) => str.Substring(i + 1, str.Length - (i + 1)).Contains(currentchar)).FirstOrDefault(); } public static void Main(string[] args) { Console.WriteLine(Findrecurring("AQWETYIUOGHCG")); } } }
run
|
edit
|
history
|
help
0
EnumToList
binary
Chandramouli
Intuit // C# // listing_4.11 (break // ryad Teylora..)
Knapsack Problem
Importent Gen_Coverent Example-1
Assignment 1
Date Time Conversion based on time zone
SMS filter config Captures and Groups
TestWall