Skip to content

Instantly share code, notes, and snippets.

@gidiyorum
gidiyorum / Program.cs
Created August 21, 2020 09:32 — forked from mattjohnsonpint/Program.cs
Just playing with clocks
using System;
using System.Runtime.InteropServices;
namespace PreciseTimeTest
{
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine("------------------------------------");