Last active
January 1, 2019 22:18
-
-
Save ryardley/5781cad478309f794096d3f81bf58452 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hello_world = interface +c { | |
static create(): hello_world; | |
get_hello_world(): string; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment