Hey folks, I know some core theory and the very basics of C, but I cant get my simple program to work, I must have forgot something:


#include <stdio.h>
#include <stdlib.h>


int main()
{
...