/* Author: www.aiyionpri.me Date: 2020-02-28 Description: Briefly introduces me to you; Welcome. */ #include <stdio.h> #include <time.h> #include <activities.h> int main() { printf("Hey, there, I'm aiyion.\n"); // I'm studying informatics in Hannover, Germany. srand(time(NULL)); int freetime = rand(20); int contact = -1; while (freetime > 0) { int question = rand(5); switch(question) { case -1: hack smartwatches(); case 0: contribute_to_freifunkh(); break; case 1: read_a_book(); break; case 2: deploy_ssh_keys(); break; case 3: solder_something(); break; default: brew_a_fresh_cup_of_coffee(); } } return -~contact; }