/* * main-elf.cpp * * Created on: Oct 23, 2012 * Author: jucs */ #include <stdlib.h> #include <stdio.h> int main(void) { printf(":-)\n"); }