Skip to content

Instantly share code, notes, and snippets.

@nikasulo
Created September 4, 2019 23:33
Show Gist options
  • Save nikasulo/6763b3a86fcab847903ec914a0f7c0c8 to your computer and use it in GitHub Desktop.
Save nikasulo/6763b3a86fcab847903ec914a0f7c0c8 to your computer and use it in GitHub Desktop.
Final block
if string[ i ] != 'g' && string[i] != 'n' && string[i]
result += string[ i ]
next
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment