Home
|
Misc
|
Run Code
|
Code Wall
|
Users
|
Feedback
|
Login
run code
Language:
Assembly
C#
C++
C
Common Lisp
F#
Go
Haskell
Java
Javascript
Lua
Node.js
Objective-C
Pascal
Perl
Php
Prolog
Python
Python 3
Ruby
Scala
Scheme
Sql Server
Visual Basic
Editor:
CodeMirror
EditArea
Simple
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Globalization; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { var allCultures = CultureInfo.GetCultures(CultureTypes.AllCultures); foreach (CultureInfo ci in allCultures.Where(c =>String.Compare("AA", "SA",false, c) == 1)) { //Your code goes here Console.WriteLine("{0}: {1}", ci, String.Compare("AA", "SA",false, ci)); } } } }
Show compiler warnings
[
+
]
Show input
Compilation time: 0.39 sec, absolute running time: 0.34 sec, cpu time: 0.14 sec, average memory usage: 26 Mb, average nr of threads: 5
edit mode
|
history
da: 1 kl: 1 da-DK: 1 kl-GL: 1