diff options
Diffstat (limited to 'aoc2023/build/dev/erlang/adglent/include/showtime@tests@should_NotEq.hrl')
-rw-r--r-- | aoc2023/build/dev/erlang/adglent/include/showtime@tests@should_NotEq.hrl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aoc2023/build/dev/erlang/adglent/include/showtime@tests@should_NotEq.hrl b/aoc2023/build/dev/erlang/adglent/include/showtime@tests@should_NotEq.hrl new file mode 100644 index 0000000..2a6bf48 --- /dev/null +++ b/aoc2023/build/dev/erlang/adglent/include/showtime@tests@should_NotEq.hrl @@ -0,0 +1,5 @@ +-record(not_eq, { + a :: any(), + b :: any(), + meta :: gleam@option:option(showtime@tests@meta:meta()) +}). |