Skip to content

Instantly share code, notes, and snippets.

View josegomezr's full-sized avatar
🎯
Focusing

Jose D. Gomez R. josegomezr

🎯
Focusing
View GitHub Profile
@josegomezr
josegomezr / rant.md
Created August 16, 2020 10:33 — forked from dsyme/rant.md
<?php
class persona
{
private $cedula;
private $nombre;
private $apellido;
function __construct($nombre,$apellido,$cedula)
{
$this->nombre=$nombre;
//valentina azocar ci 24753255
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
using namespace std;
template <typename T>
void read_input(T &var){
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
using namespace std;
template <class T>
void read_input(T &var){
while(! (cin>>var) ){
printf(" ingrese un numero");