Showing posts with label JS. Show all posts
Showing posts with label JS. Show all posts

Monday, 30 October 2017

Blog is started.

My first post is showing code highlights ability of hightlightjs plugin.

JS

var foo = "Hello World!";

C#
using System.IO.Compression;

#pragma warning disable 414, 3021

namespace MyApplication
{
    [Obsolete("...")]
    class Program : IInterface
    {
        public static List<int> JustDoIt(int count)
        {
            Console.WriteLine($"Hello {Name}!");
            return new List<int>(new int[] { 1, 2, 3 })
        }
    }
}