Skip to content

Instantly share code, notes, and snippets.

@yutopp
Created October 22, 2014 03:17
Show Gist options
  • Save yutopp/3292944b8c915554a7dc to your computer and use it in GitHub Desktop.
Save yutopp/3292944b8c915554a7dc to your computer and use it in GitHub Desktop.
def rill_main(): int
{
return f( 42 );
}
template(T: type)
def f(val a: T): T
{
return a * a;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment