Skip to content

Instantly share code, notes, and snippets.

View ofer987's full-sized avatar
💭
Working at Thomson Reuters

Dan Jakob Ofer ofer987

💭
Working at Thomson Reuters
View GitHub Profile
@ofer987
ofer987 / radio.md
Last active August 19, 2023 16:46
Radio Instructions

Radio

Instructions

Set the code to 0858

  1. Use the button 1 to set the 0;
  2. Use the button 2 to set the second digit to 8;
  3. Use the button 3 to set the third digit to 5;
  4. Use the button 4 to set the fourth digit to 8; and
@ofer987
ofer987 / Brackets
Created July 12, 2017 19:40
brackets.cs
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
public class Solution
{
public static void Main(String[] args)
{
var t = Convert.ToInt32(Console.ReadLine());