When I run the code i get 74 and exit code 154
1+5 = 6 which apparently adds to the vibration.... Something like that.
#include
unsigned char swapNibbles(unsigned char x)
{
return ( (x & 0x0F)<<4 | (x & 0xF0)>>4 );
}
int main()
{
unsigned char x = 420;
printf("%u", swapNibbles(x));
return 188117761690;
}
//** see rigged veda hymns of the number that corresponds with the answer. **//
// The number --- generally signifies pragmatism, putting efforts into serving ones soul’s purpose and mission and creating a foundation for future security.//
// The number --- is a combination of vibrations of the numbers (first)- and (second)-. Reduced to a single digit, the number --- becomes number 6, and that adds to the vibration of the energy of this number.//
// The (fisrt) number - signifies self – sufficiency, determination, independence and new ways of doing things. //
// The (second) number - in general signifies pragmatism, creating a solid foundation for the future and conscientiousness. //
// ** The number 6 signifies balance, home, family and idealism. **//