An open API service indexing awesome lists of open source software.

https://github.com/f0i/damen.bas

One of my first programs
https://github.com/f0i/damen.bas

goto if origin-story

Last synced: 4 months ago
JSON representation

One of my first programs

Awesome Lists containing this project

README

          

# DAMEN.BAS

One of my first programs, maybe THE firts one.

This lists the solutions to the [Eight queens puzzle](https://en.wikipedia.org/wiki/Eight_queens_puzzle).

## Usage

This program can be compiled using the [freebasic](http://www.freebasic.net) compiler:

fbc -lang qb DAMEN.BAS
./DAMEN

![screnshot from 2003](https://raw.githubusercontent.com/f0i/DAMEN.BAT/master/Damen-Ergebniss.bmp)