[ create a new paste ] login | about

arielcr

Name: Ariel Orozco
Email:
Site/Blog: http://painlesscode.com
Location:
Default language: PHP
Favorite languages: PHP
About:

Saved pastes by arielcr:

PHP, pasted on Nov 24:
1
2
3
4
5
<?php

interface CoffeeService {

    public function getCost();
...
view (63 lines, 1 line of output)
PHP, pasted on Nov 24:
1
2
3
4
5
<?php

interface WalkmanInterface {

    public function pressPlay();
...
view (65 lines, 1 line of output)