Skip to content

Instantly share code, notes, and snippets.

@yutopp
Last active December 23, 2015 17:09
Show Gist options
  • Save yutopp/6666992 to your computer and use it in GitHub Desktop.
Save yutopp/6666992 to your computer and use it in GitHub Desktop.
bun
def main(): int
{
print( "hello, bunchou lang!!!" );
test();
return 0;
}
def test(): void
{
extern_print_string( "bunchou" );
}
extern def extern_print_string( :string ): void "put_string";
// comment
;/*empty statements*/;;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment