I hereby claim:
- I am alex-phillips on github.
- I am alexphillips (https://keybase.io/alexphillips) on keybase.
- I have a public key whose fingerprint is 5BF9 48EB 30B2 41D7 8A77 FF5C BD8E 652D 4BB0 38A7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?hh | |
require_once('./vendor/autoload.php'); | |
use Titon\Console\Kernel; | |
use Titon\Console\Console; | |
use Titon\Console\Input; | |
use Titon\Console\Output; | |
use Titon\Kernel\Middleware\Pipeline; |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Problem, Boole?</title> | |
<style> | |
body { | |
font-family: Verdana, Geneva, sans-serif; | |
} |