Upload files to 'bin'

This commit is contained in:
JaydenMW 2021-04-01 22:01:28 +00:00
parent c6ba63b0c2
commit 053472ee6c
1 changed files with 3 additions and 0 deletions

3
bin/echo.py Normal file
View File

@ -0,0 +1,3 @@
def echo(TXT):
print(TXT)