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
PrecisionTester
Games
W.I.P (c#)
linked list traversal
Planet-D v.0.6
Truncate String by Byte
Unary example
SHA Tester 2.0
learning
Testing 9