Hello there 👋, My name's Samuel I'm a programmer just for hobbie. I'm currently studing a degree in mathematics in UNEAL (University of Alagoas) and someday I'd like to be a teacher of math and robotics. In my Github profile I publish my projects that I hope useful for everyone and I make it as my personal portifolio.
workingInCompanny = True
whichCompanny = "PopularAlimentos"
OcuppationInCompanny = "Graphical designer"
country = 'Brazil'
state = 'Alagoas'
age = 19
myMainPage = 'https://samuel-de-oliveira.github.io'
programingLanguges = ['Python',
'C++',
'Lua',
'Javascript']
languages = {'Portuguese': 'Native language',
'English': 'Intermediate',
'French': 'Learning...'}
local contact = {}
-- Send me a email:
function contact.email()
return 'samwolfg12@gmail.com'
end
-- My LinkedIn profile
function contact.linkedin()
return 'https://www.linkedin.com/in/samuel-de-oliveira-b10284203/'
end
return contact