From fe566dd92016c1ed877c594366c2763892b492ee Mon Sep 17 00:00:00 2001 From: Lucas Madeira Date: Thu, 31 Oct 2019 09:49:56 -0300 Subject: [PATCH] Hello World BIRL --- CONTRIBUTORS.md | 4 ++++ scripts/hello_world.birl | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 scripts/hello_world.birl diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index dc18bf1..ab3e9a6 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -104,3 +104,7 @@ - Place: Bangalore, Karnataka, India - GitHub: [Sohil Ladhani](https://github.com/sohilladhani) +#### Name: [Lucas](https://github.com/lucascruz96) +- Place: Belo Horizonte, Minas Gerais, Brasil +- Bio: Hacktoberfest +- GitHub: [Lucas](https://github.com/lucascruz96) \ No newline at end of file diff --git a/scripts/hello_world.birl b/scripts/hello_world.birl new file mode 100644 index 0000000..7375956 --- /dev/null +++ b/scripts/hello_world.birl @@ -0,0 +1,7 @@ +// Language = B.I.R.L +// https://birl-language.github.io/ + +HORA DO SHOW + CE QUER VER ESSA PORRA? ("Hello, World! Porra!\n"); + BORA CUMPADE 0; +BIRL \ No newline at end of file