- 🌱 I started coding in 2021
- ⚔️ My first programming experience was with RpgMaker — making a game was the game itself
- ✍️ I'm a writer. I started coding because I like it — it's all language, my passion
using Writer.FernandoPessoa.Autopsicografia;
namespace Portuguese
{
class Reader
{
static void Main(string[] args)
{
Console.Read(Poem.Strophe());
}
}
class Poem
{
public string Strophe()
{
float poeta = fingidor();
int fingir = poeta.fingir(dor[0]);
if (poeta.dor() == fingir)
{
return true;
}
}
}
}
>> compile this code (click to expand)
O poeta é um fingidor,
finge tão completamente
Que chega a fingir que é dor
A dor que deveras sente.
— Fernando Pessoa
📕 That was a citation in my first book (cool, isn't it?). 😊

