Replicant Lab
rep·li·cant·lab
/ˈreplikənt-lab/
noun
A collective organization understood to move visual concepts, experiences, and objects, between the virtual and physical plane; “Replicant Lab is known to ferry between this world and the digital world, but what they take with them, is a mystery. You never really know if their objects are from this world, or the other one”.
A place where (through the use of technology) living and non living objects are brought from the physical world into the virtual world; edited; modified; enhanced; then replicated back into the physical world “…”.
// 'Hello World!' program
#include <iostream> int main ( )
{
std::cout << "Hello World!" << std : : endl;
return 0 ;
}