Skip to content

Instantly share code, notes, and snippets.

View pvicente's full-sized avatar
🏠
Working from home

Pedro Vicente pvicente

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am pvicente on github.
  • I am pv_wegift (https://keybase.io/pv_wegift) on keybase.
  • I have a public key ASCV8Ft_3nzrZtuOueL4Lk1vu1Bvnq25KOpFsZktT8cnZgo

To claim this, I am signing this object:

@pvicente
pvicente / books.md
Created February 24, 2018 15:59 — forked from abstractart/books.md
Free Programming Ebooks - O'Reilly Media
@pvicente
pvicente / Visitor.cpp
Created August 5, 2012 18:56
Visitor.cpp
//============================================================================
// Name : Visitor.cpp
// Author :
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================
#include <iostream>
using namespace std;