Skip to content

Instantly share code, notes, and snippets.

View kondr1's full-sized avatar
7️⃣
I ate black energy for breakfast today wrapped into invisible matter of universe

Konstantin Kondr kondr1

7️⃣
I ate black energy for breakfast today wrapped into invisible matter of universe
View GitHub Profile
class Commit {
[DateTime]$Date
[string]$BranchName
[String]$DateRelative
[String]$Author
[String]$Email
[String]$Hash
[bool]$IsHead
[String]$Subject
Commit(){
using System;
using System.Collections.Generic;
using System.Linq;
using System.IO;
namespace ConsoleApp1
{
class Program
{
static TODOList list = null;