This website works better with JavaScript.
Explore
Help
Sign In
inga-lovinde
/
AdventOfCode-2023-functional
Watch
1
Star
0
Fork
You've already forked AdventOfCode-2023-functional
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Solutions of some puzzles in Scheme (Lisp), my first experience with it.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20
Commits
1
Branch
0
Tags
734 KiB
Tag:
Branch:
Tree:
a96161a5ae
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a96161a5ae'
${ noResults }
AdventOfCode-2023-functional
/
.gitignore
12 lines
75 B
Raw
Normal View
History
Unescape
Escape
Initial commit
11 months ago
# ---> Scheme
*.ss~
*.ss#*
.#*.ss
*.scm~
*.scm#*
.#*.scm
day 1, part 1
11 months ago
easy.in
hard.in