Skip to content

Commit 4687143

Browse files
arunsathiyaclaude
andcommitted
docs: Simplify README and update repo description
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 570bc7d commit 4687143

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
[![Go Checks](https://github.com/arunsathiya/adventofcode/actions/workflows/go-tests.yml/badge.svg)](https://github.com/arunsathiya/adventofcode/actions/workflows/go-tests.yml)
22
[![Python Checks](https://github.com/arunsathiya/adventofcode/actions/workflows/python-tests.yml/badge.svg)](https://github.com/arunsathiya/adventofcode/actions/workflows/python-tests.yml)
33

4-
# Advent Of Code
5-
6-
My Advent Of Code solutions in golang.
7-
8-
# How to run
9-
10-
Navigate to each day folder and run `go run main.go`
4+
My Advent of Code solutions in Go and Python. Each day's solution is organized under `src/<year>/day<N>/` with separate directories for each language. To run a solution, navigate to the appropriate directory and run `go run main.go` or `python main.py`.

0 commit comments

Comments
 (0)