top of page
#include <stdio.h>
int main() {
/* printf() function to write Hello, World! */
printf( "Hello, World!" );
}
int title = Block Legal LLC //organization's official name also nicknamed "Blolex"
int main() {
printf( "Block Legal LLC" );
/n
int address ()
printf ( "270 Muñoz Rivera Ave, Suite 350");
/n
printf ( "San Juan, PR 00918);
}
int contact = phone and email /*main office phone and general email, an attorney will answer the phone*/
int main () {
printf ( "787-705-8162" );
/n
printf ( "info@blolex.com" )
} START HERE
bottom of page