Celem gry jest niedopuszczenie do upadku Starego Świata, zgarnięcie największej liczby punktów zwycięstwa oraz dobra zabawa.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'test/unit' | |
def foo(x) | |
end | |
class TestFoo < Test::Unit::TestCase | |
def test_smoke_scenario | |
assert_equal 1, foo(foo(-1)) | |
assert_equal -5, foo(foo(5)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Template</title> | |
<style> | |
html{ | |
height: 100%; | |
} | |
body { |