Hello Woofers!
This time we will be talking about writing `Hello Woof` in C language!
C language is a very old and rustic language that I hate, because I am fresh and young. I also love picking up the dictionary, finding a word, adding `.js` to it and finding the javascript framework that exists out of it.
Let's get started
#include <stdio.h>
int main(){
printf("Hello Woof\0");
}
and then, after we compile this with our trusty compiler (Dev C++) we get A BIG BLACK BOX THAT WRITES
Hello Woof
You can find out more from my Hooman Friend in #Quickiversity
Your friend
Hector