gsf is a classic command-line Sudoku solver/generator (sudoku.exe, known in the community as “gsf”) written by Glenn Fowler at AT&T Labs. It is a native 32-bit old C compiled single-file program. In the early days, it worked on WinXP/Win7/Win10, but largely fails on Win11.
gsf (Glenn Fowler, AT&T Bell Labs) — the original sudoku.c single C source file plus accompanying headers. The original AT&T official domain is now offline. Currently, two reliable source packages remain: the streamlined single-file sudoku.c version, and the full ast-sudoku source package (which includes sudz compression, minlex normalization, and complex logic).
Request: Could someone help provide the C source file, or provide a recompiled program that runs on Win11? Many thanks.

