Hello world

Hi there, my first post here

#include 
 
int main(void)
{
    puts("Hello world!");
}