Skip to content

Instantly share code, notes, and snippets.

@Arcovion
Created July 28, 2014 04:57
Show Gist options
  • Save Arcovion/8f70f2f9efcf119c246d to your computer and use it in GitHub Desktop.
Save Arcovion/8f70f2f9efcf119c246d to your computer and use it in GitHub Desktop.
Befunge-93 code golf: http://redd.it/2btrvt

34 chars:

<v"g()('al')"
,<v!-"'"_
,,_>"o",^@

All of the examples print correctly: g('al') -> gal, g()()()('al') -> goooal etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment