Replicant Lab

 rep·li·cant·lab

/ˈreplikənt-lab/

noun

  1. 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”.

  2. 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 “…”.

  3. // 'Hello World!' program 
    #include <iostream>  int main ( )
    {
    std::cout << "Hello World!" << std : : endl;
    return 0 ;
    }