Skip to content

Commit

Permalink
Update count.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcodentech authored Mar 29, 2024
1 parent e5e3729 commit c04e33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion count.erl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-module(acc).
%test change
%test changed
check(L) -> check(L,0).

check([],Acc) -> Acc;
Expand Down

0 comments on commit c04e33e

Please sign in to comment.