#include "stdio.h"

#if defined(_PROFILE_)
const char github = "github.com/se33344";
int age = 12;
char name = "The Cool Dev";
while(github != NULL && age != 12 && name != NULL){printf(github); printf(age); printf(name);}
#endif