1
0
Fork 0
advent-of-code/2024/test/aoc_test.gleam

13 lines
174 B
Gleam
Raw Permalink Normal View History

2024-11-21 21:24:28 -05:00
import gleeunit
import gleeunit/should
pub fn main() {
gleeunit.main()
}
// gleeunit test functions end in `_test`
pub fn hello_world_test() {
1
|> should.equal(1)
}