dastapov: (Default)
Dmitry Astapov ([personal profile] dastapov) wrote2008-03-09 12:08 am

Временные мухи любят стрелы

today = do
   modify (\state -> state {age = age state +1})
   get greetings

[identity profile] beps.livejournal.com 2008-03-09 05:39 am (UTC)(link)
#include
[Error: Irreparable invalid markup ('<stdio.h>') in entry. Owner must fix manually. Raw contents below.]

#include <stdio.h>

main()
{
Greetings();
Wishes();
}

void Greetings ()
{
printf("С Днем Родения");
}

void Wishes(ADEPT *receiver)
{
// Пусть у тебя все будет, а тебе за это ничего не будет !
receiver.HasEverything = true;
receiver.PunishmentsForHavingEverything = false;
}