From e73c3d8f4088a2dca15069fc823601664ea8024c Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 14 Sep 2016 12:43:08 -0400 Subject: Move DOML files to HTML --- prog/euclideanAlgorithm.doml | 66 -------------------------------------------- prog/euclideanAlgorithm.html | 66 ++++++++++++++++++++++++++++++++++++++++++++ prog/simpleWhileLoop.doml | 38 ------------------------- prog/simpleWhileLoop.html | 38 +++++++++++++++++++++++++ 4 files changed, 104 insertions(+), 104 deletions(-) delete mode 100644 prog/euclideanAlgorithm.doml create mode 100644 prog/euclideanAlgorithm.html delete mode 100644 prog/simpleWhileLoop.doml create mode 100644 prog/simpleWhileLoop.html (limited to 'prog') diff --git a/prog/euclideanAlgorithm.doml b/prog/euclideanAlgorithm.doml deleted file mode 100644 index 87fa168..0000000 --- a/prog/euclideanAlgorithm.doml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/prog/euclideanAlgorithm.html b/prog/euclideanAlgorithm.html new file mode 100644 index 0000000..87fa168 --- /dev/null +++ b/prog/euclideanAlgorithm.html @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/prog/simpleWhileLoop.doml b/prog/simpleWhileLoop.doml deleted file mode 100644 index ab458e6..0000000 --- a/prog/simpleWhileLoop.doml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/prog/simpleWhileLoop.html b/prog/simpleWhileLoop.html new file mode 100644 index 0000000..ab458e6 --- /dev/null +++ b/prog/simpleWhileLoop.html @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3