Skip to content

Instantly share code, notes, and snippets.

@yutopp
Created October 21, 2014 04:26
Show Gist options
  • Save yutopp/8f49cc64793c4b2c5f46 to your computer and use it in GitHub Desktop.
Save yutopp/8f49cc64793c4b2c5f46 to your computer and use it in GitHub Desktop.
def rill_main(): void
{
f( 42 );
}
template(val T: type)
def f(val a: T): void
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment