Intro

754 14 3
                                    

Have you ever wanted to program something? If not why are you reading? If you want to learn C:

#include<cs50.h>
#include<stdio.h>
Int main(void)
{
Printf ("hello");
Printf ("/n")
Return 0;
}

Which only says:
hello
That's it for the introduction if you any questions post on here or private message me I'll try to answer as best as I humanly can!

Programming language &quot;C&quot;Where stories live. Discover now