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

Commit

Permalink
Add Hello World in Vyper
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel committed Oct 16, 2018
1 parent 4c8bf5a commit 029724f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Vyper/helloworld.vy
@@ -0,0 +1,7 @@
# Hello World
# Compile it yourself in https://vyper.online/

@public
def helloworld() -> bytes[25]:
return "Hello, Hacktoberfest 2018"

0 comments on commit 029724f

Please sign in to comment.