diff options
Diffstat (limited to 'tests/testweb/spiffy-access')
-rw-r--r-- | tests/testweb/spiffy-access | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testweb/spiffy-access b/tests/testweb/spiffy-access new file mode 100644 index 0000000..a4ffff5 --- /dev/null +++ b/tests/testweb/spiffy-access @@ -0,0 +1,4 @@ +(lambda (continue) + (let ((counter (with-input-from-file "root-counter" read))) + (with-output-to-file "root-counter" (lambda () (write (add1 counter))))) + (continue)) |