Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Create not_friendly_helloworld.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaoflaif committed Oct 17, 2018
1 parent e2d29b5 commit ee26946
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Hello world python/not_friendly_helloworld.py
@@ -0,0 +1,4 @@
import base64
import subprocess

subprocess.Popen("base64 --decode".split() ,stdin=subprocess.Popen("echo SGVsbG8gV29ybGQ=".split(), stdout=subprocess.PIPE).stdout).communicate()[0]

0 comments on commit ee26946

Please sign in to comment.