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
Abstract Class
scasdxcd
ERGDV CSXDXS
Contravariance
Bubble Sort
Octavia
hamming distance
123
Intuit // C# // listing_4.6 (if_then_else // Shooting on the target)
Hello World