Good to see you around#

So, this is my very first post. I’ll be adding more in the future. So, make sure you check my site.

#include <iostream.h>

int main(void) {
	printf("Good bye!");
	return 0;
}