1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +05:30

Python: remove directory "oneliners"

This commit is contained in:
2025-03-02 12:51:26 +03:00
parent 271dbe077a
commit dac4051a24
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env python3
# base64_text_decode.py
#
# Author: Intel A80486DX2-66
# License: Creative Commons Zero 1.0 Universal or Unlicense
# SPDX-License-Identifier: CC0-1.0 OR Unlicense
print(__import__("base64").b64decode(input()).decode())