lasermtv07 / brainfuck-uwufier

A simple brainfuck problam that replaces all Ls and Rs with Ws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: This is mirrored from this gist


String uwufier in brainfuck

did I genuenly spent a day on this?

Description

Uwufier makes your text look more like.. uwu.. idk. It essentially replaces all instances of the characters l,r,L and R with the letter w - hence it is a simple search and replace program

Usage

Just put the text into standart input lol. The output is displayed in standard output.

Note

This program often prints a null terminator, which is normally invisible, however some interpreters, notably tio.run print nonprintable characters with that unicode missing square. Hence, I recommend you use the El Brainfuck interpreter or the minond.xyz


Copyright © 2023 lasermtv07 <lasermtv07@proton.me> This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.

About

A simple brainfuck problam that replaces all Ls and Rs with Ws


Languages

Language:Brainfuck 100.0%