Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
jkkjhkjhk
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { var docIds = new int[] { 1, 3, 4, 5, 6 }; foreach(var d in docIds) { Console.WriteLine(d); } } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
problem
TestApp
HelloWorld
Unsorted array with most occurence
CryptoJS vs AES
Out reference example
Sum of 3
Hello word
Find duplicates in a given integer array
Group by Example
Please log in to post a comment.