Last active
July 16, 2019 15:18
-
-
Save bennn/b936b6caf8534b1a11b1bfa7de4e245c to your computer and use it in GitHub Desktop.
Scribble poem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#lang scribble/manual | |
@; GOAL | |
@; Buffalo Bill’s | |
@; defunct | |
@; who used to | |
@; ride a watersmooth-silver | |
@; stallion | |
@; and break onetwothreefourfive pigeonsjustlikethat | |
@; Jesus | |
@(define >> (hspace 4)) | |
@(define \\ (linebreak)) | |
Buffalo Bill’s @\\ | |
defunct @\\ | |
@>> who used to @\\ | |
@>> ride a watersmooth-silver @\\ | |
@>> @>> @>> @>> stallion @\\ | |
and break onetwothreefourfive pigeonsjustlikethat @\\ | |
@>> @>> @>> @>> @>> Jesus @\\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment