From eba31c969bb289bb79f844a23acc1604825d05ff Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 8 Nov 2021 14:21:59 +0000 Subject: changed output name to same as source file, added build folder, linux compatability --- src/anotherexample.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/anotherexample.txt (limited to 'src/anotherexample.txt') diff --git a/src/anotherexample.txt b/src/anotherexample.txt new file mode 100644 index 0000000..21100b2 --- /dev/null +++ b/src/anotherexample.txt @@ -0,0 +1,6 @@ +character (len=10)::hello +hello="hello" +if 4==5 then +hello="goodbye " +endif +print *,hello,6," world" endprint \ No newline at end of file -- cgit v1.2.3