jsonzilla / sudoku

Toy sudoku app create by github copilot, only with use of comments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

template_simple_gtest

Simple GTest template

git submodule update --init --recursive

Build

mkdir build
cd build 
cmake -G "Visual Studio 16 2019" ..\src\

About

Toy sudoku app create by github copilot, only with use of comments.


Languages

Language:C++ 76.6%Language:CMake 23.4%