Simple way to uwuify text.
using uwuify
println(uwu("hello"))
#hewwo
println(uwu"hello")
#hewwo
Because, I wanted to learn how to work with strings in julia.
Simple way to uwuify text.
using uwuify
println(uwu("hello"))
#hewwo
println(uwu"hello")
#hewwo
Because, I wanted to learn how to work with strings in julia.