I just love code, and I like C and JavaScript.
At the moment I'm a student at the Polytechnic University of Turin, and I also work as a Web & App Developer at Reload Srl. I make hybrid apps for smartphones using cordova and ionic (with HTML/CSS/JavaScript).
helloworld.c:
/*
* File: helloworld.c
* Description: Greets the StackExchange community
*/
#include <stdio.h>
int main(void) {
puts("Hello, World!");
return 0;
}