commit 881e949ed583c24a27b56c644bedb6ab74cc2dd1 Author: Mike Small Date: Sun Oct 4 21:19:22 2020 -0400 start of citizenship quiz diff --git a/citizenship.l b/citizenship.l new file mode 100644 index 0000000..f07ec16 --- /dev/null +++ b/citizenship.l @@ -0,0 +1,11 @@ +#!/usr/local/bin/picolisp /usr/local/lib/picolisp/lib.l + +(setq *Questions + (("How old do citizens have to be to vote for President?" + "18" ) + ("What happened at the Constitutional Convention?" + "The Constitution was written" ) + ("Where is the Statue of Liberty?" + "New York Harbor") +)) +