Hackonology Forums
whoami introduce my self - Printable Version

+- Hackonology Forums (https://hackonology.com/forum)
+-- Forum: General (https://hackonology.com/forum/forumdisplay.php?fid=57)
+--- Forum: Introductions (https://hackonology.com/forum/forumdisplay.php?fid=58)
+--- Thread: whoami introduce my self (/showthread.php?tid=2270)



whoami introduce my self - Craglitch - 02-04-2022

whoami
Hi am Craglitch. I recently join this forum.
I hope we can be friends and learn something new.
Code:
#include <stdio.h>

int main(void) {
   printf("Nice to meet you forumer !");
   return 0;
}