summaryrefslogtreecommitdiff
path: root/i/serialplot/toto.pl
diff options
context:
space:
mode:
authorburg2004-09-18 23:32:54 +0000
committerburg2004-09-18 23:32:54 +0000
commitf2a41dcecdce4d25875f899e3c43ec536dd7b44e (patch)
tree5ca8dda912d03d2020d30ac0a5d0422ef474595b /i/serialplot/toto.pl
parentb23b951bad29e81913795f7dc71dc17a85c9d9de (diff)
Suppression de fichier script
Diffstat (limited to 'i/serialplot/toto.pl')
-rw-r--r--i/serialplot/toto.pl10
1 files changed, 0 insertions, 10 deletions
diff --git a/i/serialplot/toto.pl b/i/serialplot/toto.pl
deleted file mode 100644
index 9c95718..0000000
--- a/i/serialplot/toto.pl
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/perl -w
-use strict;
-
-my $a = 0;
-
-while (1)
-{
- print sin ($a * 3.14), ' ', cos ($a * 3.14), "\n";
- $a += 0.02;
-}