puts "Hello, world!"
document.write('Hello, world!');
#import <stdio.h>
int main( int argc, const char *argv[] ) {
printf( "Hello world\n" );
return 0;
}
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, world!");
}
}
print("Hello, world!")
(display "Hello, world!")
main = putStrLn "Hello, world!"
cat('Hello, world!\n')
“A smooth sea never made a skilled sailor.”
Hello, my name is George, and I’m a student @flatironschool, a 12-week intensive program for aspiring web developers. As part of the program, @avi has all students regularly maintain a blog. So after many years of maintaining a digital footprint via only facebook and twitter, here I am!
Above is a list of languages I am interested in learning, vaguely listed by interest level, though this is bound to change as I get to know more and more.
A little about me:
- BS Chemical Engineering 2008, MIT
- Former Management Consultant
- Places lived: China, Central PA, Central NJ, Boston, NYC
- DOB: 1986-06-25
OK that’s enough. Back to code. See you next time!