From fd5817a6bb3185314540825e3d665e94ffe188c0 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 14 Sep 2016 12:30:04 -0400 Subject: Initial commit --- prog/euclideanAlgorithm.doml | 66 ++++++++++++++++++++++++++++++++++++++++++++ prog/simpleWhileLoop.doml | 38 +++++++++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100644 prog/euclideanAlgorithm.doml create mode 100644 prog/simpleWhileLoop.doml (limited to 'prog') diff --git a/prog/euclideanAlgorithm.doml b/prog/euclideanAlgorithm.doml new file mode 100644 index 0000000..87fa168 --- /dev/null +++ b/prog/euclideanAlgorithm.doml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/prog/simpleWhileLoop.doml b/prog/simpleWhileLoop.doml new file mode 100644 index 0000000..ab458e6 --- /dev/null +++ b/prog/simpleWhileLoop.doml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3