Skip to content

Instantly share code, notes, and snippets.

View 0x414c49's full-sized avatar
💪
Coding!

Ali Bahrami 0x414c49

💪
Coding!
  • ValueBlue B.V
  • Utrecht, The Netherlands
View GitHub Profile
@0x414c49
0x414c49 / sample1.csx
Created December 19, 2019 10:26
C# Scripting sample1
using System;
using System.IO;
var today = DateTime.Now.ToString();
var message = $"Hello World, This file is created at {today}";
// Some fancy comment here
class Foo
{