About Me
My name is Trevor Molina, and I LOVE to program. I am a neurotypical, but this is the kind of environment I like to be in. I know how to communicate well with people that have Aspergers and Autism unlike most NTs. In matter of fact I have a best friend with Aspergers, and High-Functioning Autism ( einsteinmyhero ). I know 7 different programming languages ( Java, PHP, C++, Objective C, Ruby, JQuery, Python and am currently learning AJax and MySQL), and am developing an iOS app for iPhone and iPad.
Hobbies
- Biking
- Programming
- Youtubing
- Searching Internet (A LOT)
Code that outputs my name based off of 'Hello World' .
Quote:
#include <iostream>
using namespace std;
int main ()
{
cout << "I am Trevor!\n";
return 0;
getline;
}
_________________
Goal :
This summer of 2014 I will learn over 14 programming languages, because I can. I know I can. No one say I can't because I can.
Last edited by LunarOfficial on 26 Apr 2014, 5:50 pm, edited 1 time in total.