summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-11-29 16:23:15 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-11-29 16:23:15 +0000
commit1b5ab5a41adc29d4d1dc5d76cefc67a0ee6dcb0f (patch)
tree704ee3d706fe564cb7dc989e54438c568ab7dc20 /src
parent3f27b39f2fa12344f590279dae27003a18a206f3 (diff)
downloadesotericFORTRAN-1b5ab5a41adc29d4d1dc5d76cefc67a0ee6dcb0f.tar.gz
esotericFORTRAN-1b5ab5a41adc29d4d1dc5d76cefc67a0ee6dcb0f.zip
tidied up the folder a bit
Diffstat (limited to 'src')
-rw-r--r--src/anotherexample.txt6
-rw-r--r--src/esotericFORTRAN.jarbin32367 -> 0 bytes
-rw-r--r--src/example.txt8
3 files changed, 0 insertions, 14 deletions
diff --git a/src/anotherexample.txt b/src/anotherexample.txt
deleted file mode 100644
index 21100b2..0000000
--- a/src/anotherexample.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-character (len=10)::hello
-hello="hello"
-if 4==5 then
-hello="goodbye "
-endif
-print *,hello,6," world" endprint \ No newline at end of file
diff --git a/src/esotericFORTRAN.jar b/src/esotericFORTRAN.jar
deleted file mode 100644
index 5e0298e..0000000
--- a/src/esotericFORTRAN.jar
+++ /dev/null
Binary files differ
diff --git a/src/example.txt b/src/example.txt
deleted file mode 100644
index 22a2bfb..0000000
--- a/src/example.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-int dimension(5)::test
-int::i
-do i=0,4
-test(i)=i
-end do
-do i=0,4
-print*,test(i)
-end do \ No newline at end of file