Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Test Stopwatch
//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; using System.Diagnostics; using System.Threading; namespace Rextester { public class Program { public static void Main(string[] args) { Stopwatch stopWatch = new Stopwatch(); stopWatch.Start(); Thread.Sleep(100); stopWatch.Stop(); // Get the elapsed time as a TimeSpan value. TimeSpan ts = stopWatch.Elapsed; Console.WriteLine(ts); } } }
run
|
edit
|
history
|
help
0
Lesson 2
teste
show IP
dxlfkgjdlkgj
List Compare and print - Except
mine
SumOfEvens
Codenew
Random number string changer
project euler 17, C#