stray import

This commit is contained in:
rhiannon morris 2022-12-03 07:03:21 +01:00
parent c4a3f44cfd
commit ab5b9aec81
1 changed files with 0 additions and 1 deletions

1
day3.m
View File

@ -10,7 +10,6 @@
:- import_module int.
:- import_module char.
:- import_module string.
:- import_module exception.
:- pred split(chars::in, chars::out, chars::out) is semidet.
split(X, L, H) :-