Skip to content

Instantly share code, notes, and snippets.

View treva-123mutebi's full-sized avatar
🏠
Working from home

Mutebi David Trevor treva-123mutebi

🏠
Working from home
View GitHub Profile
@treva-123mutebi
treva-123mutebi / BinaryGap.cs
Created April 2, 2022 13:39 — forked from SourceCode/BinaryGap.cs
Binary Gap - Codibility - C#
using System;
namespace ObjectApp1
{
class Program
{
static void Main(string[] args)
{
var S = new Solution();
Console.WriteLine(S.solution(0));