Skip to content

Instantly share code, notes, and snippets.

View dfens's full-sized avatar
💭
Set status

Paweł Mikołajewski dfens

💭
Set status
View GitHub Profile
@dfens
dfens / zasady.md
Last active January 20, 2020 19:20

Drużyna!

Cel gry

Celem gry jest niedopuszczenie do upadku Starego Świata, zgarnięcie największej liczby punktów zwycięstwa oraz dobra zabawa.

Zasady rozgrywki

Pojęcia

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Template</title>
<style>
html{
height: 100%;
}
body {
@dfens
dfens / gist:1307414
Created October 23, 2011 14:25
Fill foo(x)
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))