Posts by Levy Barbosa • 51 points
2 posts
-
3
votes2
answers93
viewsQ: How to print accents in Lua
I’m starting to learn moon now, and I can’t print accents print("Olá mundo") returns Ol├í mundo in both the VS Code terminal and powershell, there is a way to fix this?…
luaasked Levy Barbosa 51 -
2
votes1
answer176
viewsQ: Splitting string in C
I am very beginner in C yet, but I have a lot of experience with python, I have a project that I need to receive from the user 3 numbers in the same line and make a vector with these 3 numbers in…