diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-29 16:23:15 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-29 16:23:15 +0000 |
commit | 1b5ab5a41adc29d4d1dc5d76cefc67a0ee6dcb0f (patch) | |
tree | 704ee3d706fe564cb7dc989e54438c568ab7dc20 /src | |
parent | 3f27b39f2fa12344f590279dae27003a18a206f3 (diff) | |
download | esotericFORTRAN-1b5ab5a41adc29d4d1dc5d76cefc67a0ee6dcb0f.tar.gz esotericFORTRAN-1b5ab5a41adc29d4d1dc5d76cefc67a0ee6dcb0f.zip |
tidied up the folder a bit
Diffstat (limited to 'src')
-rw-r--r-- | src/anotherexample.txt | 6 | ||||
-rw-r--r-- | src/esotericFORTRAN.jar | bin | 32367 -> 0 bytes | |||
-rw-r--r-- | src/example.txt | 8 |
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 Binary files differdeleted file mode 100644 index 5e0298e..0000000 --- a/src/esotericFORTRAN.jar +++ /dev/null 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 |