aoc

Advent of Code Solutions
git clone git://git.alexkarle.com.com/aoc
Log | Files | Refs | README | LICENSE

commit 96db211c1436807900c76b939d701db9e240012d (patch)
parent 1843eac277feb37d9fd1ae1a60157f041333ad8c
Author: Alex Karle <alex@alexkarle.com>
Date:   Sat,  3 Dec 2022 01:16:17 -0500

day2: cleanup

Diffstat:
D2022/02/sol.py | 5-----
M2022/02/sol.scm | 1+
2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/2022/02/sol.py b/2022/02/sol.py @@ -1,5 +0,0 @@ -#!/usr/bin/env python3 -import sys - -for line in sys.stdin: - diff --git a/2022/02/sol.scm b/2022/02/sol.scm @@ -1,3 +1,4 @@ +#!/usr/local/bin/chicken-csi -ss (import (chicken io) (chicken string))