Skip to content
View Muaath5's full-sized avatar
��
Focusing
🎯
Focusing

Block or report Muaath5

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Muaath5/README.md

Muaath's GitHub stats

Pinned Loading

  1. SimpleBotAPI SimpleBotAPI Public

    Simple & Easy Telegram Bot API in PHP

    PHP 7 1

  2. TDLibBinaries TDLibBinaries Public

    TDLib binaries after building

    JavaScript 10 1

  3. AutoReplyUserBot AutoReplyUserBot Public

    Auto-reply userbot in Telegram using TDLib & C#

    C# 6 3

  4. muaath5.github.io muaath5.github.io Public

    Portfolio + Blog

    HTML

  5. FallingSambosas FallingSambosas Public

    JavaScript 1

  6. C++ console app that solves sudoku 9... C++ console app that solves sudoku 9x9 via Backtracking (Recursion)
    1
    // Copyright 2022 - Muaath Alqarni
    2
    
                  
    3
    #define _CRT_NO_DEPRECATE
    4
    #include <iostream>
    5
    #include <vector>