trivial change to vb64

This commit is contained in:
2023-04-28 18:44:52 -06:00
parent d79697a9c7
commit 478fcd123f
+1
View File
@@ -1,5 +1,6 @@
-module(vb64).
-compile([export_all]).
-export([enc/1, dec/1]).
-export([test/0]).