Content deleted Content added
←Created page with '#!/usr/bin/lua -- Given a Webcite ID on arg[1], return dates in mdy|dmy|iso|ymd format -- example ID: 6H8pdR68H -- http://convertxy.com/index.php/numberbases...' |
No edit summary |
||
Line 1:
::<syntaxhighlight lang="lua" style="display: table; font-size: 11px;">
#!/usr/bin/lua
Line 76 ⟶ 78:
main()
</syntaxhighlight>
|