Skip to content

e00dan/advent-of-code-solidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 in Solidity

Advent website: https://adventofcode.com/2023

Rust version of solutions: https://github.com/Kuzirashi/advent

Usage

Install

forge install

Test

forge test -vvv

Example output:

Running 2 tests for test/Day01.sol:Day01Test
[PASS] test_day01_01() (gas: 71921085)
Logs:
  Day 1_1:  56049

[PASS] test_day01_02() (gas: 98752590)
Logs:
  Day 1_2:  54530

About

Solidity answers to Advent of Code

Resources

Stars

Watchers

Forks