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
I the undersigned have read and agree to abide by the following conditions of accessing the internet in my parents' house. | |
* I concede that access to the internet is a privilege, not a right. I realize that access is granted to me at sole discretion of my parents, and may be revoked at any time. | |
* I agree that a healthy lifestyle includes a balance of physical activity, creative activity, rest and relaxation, and many other factors. Television, video games, and access to the internet is acceptible but only in moderation. | |
* I will use 1Password to generate strong passwords except in a few select cases which I have been given permission to make an exception. | |
* I understand and accept that my parents may monitor my internet usage, may track websites I visit, or other such measures. I know I have only a limited expectation of privacy when accessing the internet. My parents will honestly explain to me under what circumstances I do have privacy, if I'm curious. | |
* I understand and accept that my parents, either thr |
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
(ns bank | |
"https://codingdojo.org/kata/BankOCR/" | |
(:require | |
[clojure.java.io :as io])) | |
(def test1 | |
[" _ _ _ _ _ _ _ _ _ " | |
"| || || || || || || || || |" | |
"|_||_||_||_||_||_||_||_||_|"]) |