this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

repo: initial commit

tymek.me 06582b3f

+10
+1
.gitignore
··· 1 + /target
+6
Cargo.toml
··· 1 + [package] 2 + name = "aoc25" 3 + version = "0.1.0" 4 + edition = "2024" 5 + 6 + [dependencies]
+3
src/main.rs
··· 1 + fn main() { 2 + println!("Hello, world!"); 3 + }