Howdy! I would like to use TextMate for C/C++, but I have no idea how to set up. So what do I have to do to get this simple code working? #include <stdio.h> int main() { prinft("hello world"); return 0; } Thanks a lot!