I hereby claim:
- I am odarbelaeze on github.
- I am odarbelaeze (https://keybase.io/odarbelaeze) on keybase.
- I have a public key ASDMkNJlYJ-JPrL9gjat_LG8AK46U_vYLQ6nYOOjRVlqQwo
To claim this, I am signing this object:
| import React, { Component } from 'react'; | |
| import {BrowserRouter, Route, Link} from 'react-router-dom'; | |
| import logo from './logo.svg'; | |
| import './App.css'; | |
| const Contacto = () => ( | |
| <div className="contacto"> | |
| Salude no mas | |
| </div> |
| FROM ubuntu:16.04 | |
| RUN apt-get update -q -y | |
| RUN apt-get install -q -y libhdf5-dev libjsoncpp-dev | |
| RUN apt-get install -q -y cmake build-essential | |
| ADD . /vegas | |
| RUN mkdir /vegas/build | |
| WORKDIR /vegas/build | |
| RUN cmake ../compilers/linux && make && make install |
| Feature: Fight of flight | |
| In order to increase the ninja survival rate | |
| As a ninja commander | |
| I want my ninjas to decide whether to take on an | |
| oponent based on their skill levels | |
| Scenario: Weaker opponent | |
| Given the ninja has a third level black-belt | |
| When attacked by a samurai |
I hereby claim:
To claim this, I am signing this object: