Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
GP-TIME
//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 { public static void Main(string[] args) { var t = DateTime.Now; Console.WriteLine("Time: {0}:{1}:{2}:{3}",t.Hour.ToString("00"), t.Minute.ToString("00"), t.Second.ToString("00"), t.Millisecond.ToString("000")); } } }
run
|
edit
|
history
|
help
0
newDiv2by1
Test Stopwatch
C# request sending cookie with request using httpclient
Calculate Combinatorics (cards)
test2
Programa_01_01_Declaracion_de_clases
person-student-teacher
pause a thread
Decimal test
bellman ford algo