diff options
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 |