Used Jekyll's include_relative to make the display of .BAS files friendlier
(cherry picked from commit 5c43702a71)
This commit is contained in:
parent
7199c968f8
commit
4ca986de57
36 changed files with 199 additions and 40 deletions
19
apps/c1p/BASIC/OSI/README.md
Normal file
19
apps/c1p/BASIC/OSI/README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
layout: page
|
||||
title: OSI Challenger 1P BASIC Programs
|
||||
permalink: /apps/c1p/BASIC/OSI/
|
||||
---
|
||||
|
||||
OSI Challenger 1P BASIC Programs
|
||||
--------------------------------
|
||||
|
||||
- [BASIC MATH](math/)
|
||||
- [CHECKING](checking/)
|
||||
- [COUNTER](counter/)
|
||||
- [POKER](poker/)
|
||||
- [PRESIDENTS](presidents/)
|
||||
- [STAR WARS](starwars/)
|
||||
- [TRIG TUTOR](trigtutor/)
|
||||
|
||||
The project also includes some of [Jeff's](https://twitter.com/jeffpar) [BASIC Programs](../jeffpar/) written
|
||||
from 1979 to 1980.
|
||||
Loading…
Reference in a new issue