Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Just tries to add/remove items to the list
IP ADDRESS THING
c++
RRR
edszfcfsefer
Vídeo01 - Main
FindSmallest
30272 Program Ex6_1 else_if
First Test With Coder - 3 digit number into digits
summing a set
Please log in to post a comment.