Skip to content

Instantly share code, notes, and snippets.

View alexlevitsky's full-sized avatar

Alex alexlevitsky

  • Full time problem solver
  • Ukraine
View GitHub Profile
brew tap homebrew/cask-fonts
brew install --cask font-cascadia-code
brew install --cask font-cascadia-code-pl
brew install --cask font-cascadia-mono
brew install --cask font-cascadia-mono-pl
using System;
// Run mode:
// value.Inspect() — often better than Console.WriteLine
// Inspect.Heap(object) — structure of an object in memory (heap)
// Inspect.Stack(value) — structure of a stack value
public class Program {
public Point point;
public static void Main() {
int value = 1200000;