diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-30 22:18:50 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-30 22:18:50 -0500 |
commit | 53946582d214d3cf559f6db4ef6af1ee44aec39a (patch) | |
tree | 58494330ddf9487974c1973fe7ff8b40d70ef8a6 /content/blog/2023-02-02-exploring-hare.org | |
parent | ce6837fa73221874d965f3a01c45582c876a137b (diff) | |
download | cleberg.net-53946582d214d3cf559f6db4ef6af1ee44aec39a.tar.gz cleberg.net-53946582d214d3cf559f6db4ef6af1ee44aec39a.tar.bz2 cleberg.net-53946582d214d3cf559f6db4ef6af1ee44aec39a.zip |
update git links
Diffstat (limited to 'content/blog/2023-02-02-exploring-hare.org')
-rw-r--r-- | content/blog/2023-02-02-exploring-hare.org | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/content/blog/2023-02-02-exploring-hare.org b/content/blog/2023-02-02-exploring-hare.org index e7ce0d0..a206ed6 100644 --- a/content/blog/2023-02-02-exploring-hare.org +++ b/content/blog/2023-02-02-exploring-hare.org @@ -50,14 +50,9 @@ page. ** Creating a Test Project -In order to play with the language, I created [[https://github.com/ccleberg/learn-hare][hare-test]] and will be putting any +In order to play with the language, I created [[https://git.sr.ht/~cyborg/learn-hare][hare-test]] and will be putting any of my Hare-related adventures in here. -#+begin_quote -*Update:* I also created a simple Hare program for creating a file from user -input: [[https://github.com/ccleberg/learn-hare/blob/main/files/files.ha][files.ha]] -#+end_quote - Luckily, Hare doesn't require any complex set-up tools or build environment. Once you have Hare installed, you simply need to create a file ending with =.ha= and you can run a Hare program. |