Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
StringCompare
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here string str1="ri", str2 = "si"; var common = str1.Intersect(str2); foreach(var c in common) { Console.Write(c); } } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
last ie
swap using xor
Ordinalator
Least Common Multiple of 2 or more numbers.
MonitorPulse.cs
FixConsectiveDuplicates
ColoredTriangleVaoOpenTK4OpenGL31 (Added shaders to Program.cs)
string formater placehoder
ruSrib
LCM Q 3
stackse - search stackoverflow differently
Please log in to post a comment.