Check it out: https://info.KsNewSpace.shop
I'm not a professional so if you are looking for best practices - it ain't here.
- YouTube: https://youtube.com/@KsNewSpace
- Twi..X: https://x.com/KsNewSpace
- Shop: https://KsNewSpace.shop
- Just a way to support me for my otherwise free content
This is very interesting looking code indeed
#include <stdio.h>
int main(void) {
int leet = 1337;
printf("Hello %i", leet);
return 0;
}