Check-in [f849a85634]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update README.md
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f849a85634f852aab3dcd862b9cbaf82299d95e8
User & Date: noreply@github.com 2016-07-07 18:15:19
Context
2016-07-07
20:50
added usb library check-in: 88a8d47e99 user: ovenpasta@pizzahack.eu tags: trunk
18:17
Update sqlite3.sls check-in: 2c324f3f3c user: noreply@github.com tags: trunk
18:15
Update README.md check-in: f849a85634 user: noreply@github.com tags: trunk
18:11
initial import check-in: 80c8c83034 user: ovenpasta@pizzahack.eu tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to README.md.

1
2








# thunderchez
libraries for chez scheme productivity










>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
# thunderchez
libraries for chez scheme productivity

(import (fmt fmt)) 

(import (matchable))

(import (sqlite3))
(load-shared-object "libsqlite3.so.0")