2つの整数AとBが与えられます. A+Bを出力するプログラムを作って下さい. ただし,できるだけたくさん作って下さい.
-10^9 < A, B < 10^9
更新: | 2013-07-30 |
---|---|
バージョン: | 0.1.1 |
作者: | @voluntas |
URL: | http://voluntas.github.io/ |
概要
<?php | |
require_once dirname(__DIR__) . '/src/Ginq.php'; | |
/** | |
* Class OreOreGinqTest | |
*/ | |
class OreOreGinqTest extends PHPUnit_Framework_TestCase { | |
public function testGinqSugoi() | |
{ |
Original: "Callbacks are imperative, promises are functional: Node's biggest missed opportunity" by James Coglan
Translated by Yuta Okamoto (@okapies)
original: | Using Unicode in Erlang |
---|---|
source: | STDLIB User's Guide Version 1.19.1 |
url: | http://www.erlang.org/documentation/doc-5.10.1/lib/stdlib-1.19.1/doc/html/unicode_usage.html |