Today, we first started on this website. I made this website with the new Google Websites.
Here's what normal C programming looks like on this site, in normal font:
void main(void){
printf("Hello world!\n")
}
This is without code font! With code font though, code looks like this:
void main(void){
printf("Hello world!\n")
}
The output is "Hello world!" This is the first program that we ever learned!