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
borrar_xml_tags_vacios
Bubble Sort
Program
BTC sell estimator
Beadando Simon Szabolcs 10/M
Linq FirstOrDefault() null check in c#
Calculate X and Y using Lambda Expressions
SHA tester
amstrong number
Bubble Sort