initial commit

This commit is contained in:
2025-10-20 14:17:54 -07:00
commit 1efe459714
3 changed files with 184 additions and 0 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env escript
-mode(compile).
main(Args) ->
Tokens = gap:tokens(Args),
io:format("tokens: ~tp~n", [Tokens]).