Skip to content

ia7ck/advent-of-code-2025-moonbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ia7ck/advent_of_code_2025_moonbit

$ tree cmd
cmd
├── day01
│   ├── input
│   │   ├── large.txt
│   │   └── small.txt
│   ├── output
│   │   └── small
│   │       ├── part1.txt
│   │       └── part2.txt
│   ├── main.mbt
│   └── moon.pkg.json
├── day02
│   ├── input
│   │   ├── large.txt
│   │   └── small.txt
│   ├── output
│   │   └── small
│   │       ├── part1.txt
│   │       └── part2.txt
│   ├── main.mbt
│   └── moon.pkg.json
~

実行

$ moon run cmd/day01
$ moon run cmd/day02

テスト

$ moon test cmd/day01
$ moon test cmd/day02

About

Advent of Code 2025 moonbit solutions

Topics

Resources

License

Stars

Watchers

Forks