<?php
echo "π
π
π
π
π
₯π
π
π
π
π
!! π"
$framework = "Laravel";
$basededatos = 'MySql';
$librerias = [
'Jquery',
'Bootstrap',
'Datatable',
'Select2'
];
$integraciones = [
'API Google',
'API Culqui',
'API Facebook',
'API Paypal',
'API SUNAT PerΓΊ'
];
$lenguajes = [
'PHP',
'JAVASCRIPT'
];
$resultado = '"Programando software libre π¨βπ» ';
$resultado .= 'en framework: '.$framework;
$resultado .= 'usando librerias: '.print_r($librerias).', ';
$resultado .= 'integraciones: '.print_r($integraciones).', ';
$resultado .= 'lenguajes: '.print_r($lenguajes).' y ';
$resultado .= 'base de datos: '.$basededatos.'"';
echo $resultado;
?>
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.