diff options
| -rw-r--r-- | README.md | 31 |
1 files changed, 16 insertions, 15 deletions
@@ -1,16 +1,17 @@ -### Hi there š +```ruby +s = ' ++++++ +++++ +[ + > +++++ +++++ + > +++++ +++++ + + > +++++ +++++ > +++++ +++++ + <<<< - +] +> . > +++++ . >> ++ . < +++++ . < . > . < . +' -<!-- -**nsfisis/nsfisis** is a ⨠_special_ ⨠repository because its `README.md` (this file) appears on your GitHub profile. - -Here are some ideas to get you started: - -- š Iām currently working on ... -- š± Iām currently learning ... -- šÆ Iām looking to collaborate on ... -- š¤ Iām looking for help with ... -- š¬ Ask me about ... -- š« How to reach me: ... -- š Pronouns: ... -- ā” Fun fact: ... ---> +m=[p=n=0,0,0,0,0];c=-1;case s[c];when'>';p+=1;when'<';p-=1 +when'+';m[p]+=1;when'-';m[p]-=1;when'.';print m[p].chr;when +'[';loop{;case s[c+=1];when'[';n+=1;when']';break if n==0; +n-=1;end;}if m[p]==0;when']';loop{;case s[c-=1];when']';n+=1 +;when'[';break if n==0;n-=1;end;}if m[p]!=0;end while s[c+=1] +``` |
