Skip to content
View tripleo1's full-sized avatar
Block or Report

Block or report tripleo1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
tripleo1/README.md

Pinned

  1. awesome awesome Public

    Just a test of create-my-awesome

  2. elijah-team/spec-docs elijah-team/spec-docs Public

    specs, docs, something (almost) official

  3. PM Lee's C++ Sudoku Solver Souce Code. PM Lee's C++ Sudoku Solver Souce Code.
    1
    #include "stdio.h"
    2
    
                  
    3
    
                  
    4
    int InBlock[81], InRow[81], InCol[81];
    5