Contact: aviboots(AT)netvision.net.il
39,990 questions
51,935 answers
573 users
#include <iostream> using std::cout; using std::endl; int main() { cout << "c\tc++\tphp" << endl; return 0; } /* run: c c++ php */