Skip to content

Instantly share code, notes, and snippets.

View JuanCaicedo's full-sized avatar
🥑

Juan Caicedo JuanCaicedo

🥑
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Parcel Sandbox</title>
<meta charset="UTF-8" />
</head>
<body>
<div id="app" class="grid game">
<div class="row">

Mapa

https://goo.gl/maps/LicqzR5oKjJ2 todos los sitios a donde fuí.

Alquiler de carro

Nosotros alquilamos carro en el aeropuerto para poder manejar y tener más flexibilidad. Lo único es que conseguir un carro bajito nos causo dificultades ya que la mayoría de las carreteras no son muy buenas.

Antigua

Pasamos aquí 4 noches y nos gustó mucho. Es buen sition para relajarse, ir a cafés y estar relajado un rato. Es un buen sition para basarse y explorar otras partes, pero el pueblo en si se alcanza a turistear en dos días.

Que hice en Asia

Malasia

Kuala Lumpur

  • La capital de Malasia
  • Arquitectura islamica me gustó
  • Jardin Botanico

Penang

  • Monkey beach
  • Little India
  • Pinang Pranakan Mansion
console.log('test');
struct Action {
_type: String,
amount: u32
}
fn update_counter(state:u32, action: Action) {
let Action {_type, amount} = action;
return match _type.as_ref() {
"INCREMENT" => state + amount,
"DECREMENT" => state - amount,
struct Action {
_type: String,
amount: u32
}
fn update_counter(state:u32, action: Action) {
let Action {_type, amount} = action;
return match _type.as_ref() {
"INCREMENT" => state + amount,
"DECREMENT" => state - amount,
struct Action {
_type: String,
amount: u32
}
fn update_counter(state:32, action: Action) {
let Action {_type, amount} = action;
return match _type.as_ref() {
"INCREMENT" => state + amount,
"DECREMENT" => state - amount,