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
- Host: GitHub
- URL: https://github.com/f0i/damen.bas
- Owner: f0i
- Created: 2017-02-03T17:03:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T17:07:13.000Z (over 9 years ago)
- Last Synced: 2025-03-08T07:48:05.898Z (over 1 year ago)
- Topics: goto, if, origin-story
- Language: Visual Basic
- Size: 199 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
