Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Jul 6, 2015
0 parents commit e93afc1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions clinacl.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#! /usr/bin/env python

from six import print_


def main():
print_("NaCl!")


if __name__ == '__main__':
main()

0 comments on commit e93afc1

Please sign in to comment.