diff options
author | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-12-14 17:34:30 +0000 |
---|---|---|
committer | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-12-14 17:34:30 +0000 |
commit | 2c7c11bffc7a6009a544d7838cc4f58bd723b79f (patch) | |
tree | d291a1d61c6b298442155017df4218ebd365920f /src/testing/fortran_test_src/basic_tests.ft | |
parent | b85a03d829d16ce053526ff46f19e19185fad992 (diff) | |
parent | 659e0e2c125772600079854bef65806f65a5a358 (diff) | |
download | esotericFORTRAN-2c7c11bffc7a6009a544d7838cc4f58bd723b79f.tar.gz esotericFORTRAN-2c7c11bffc7a6009a544d7838cc4f58bd723b79f.zip |
Merge branch 'main' of https://github.com/AlfieEagleton/EsotericProjectGroup12
Diffstat (limited to 'src/testing/fortran_test_src/basic_tests.ft')
-rw-r--r-- | src/testing/fortran_test_src/basic_tests.ft | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/fortran_test_src/basic_tests.ft b/src/testing/fortran_test_src/basic_tests.ft new file mode 100644 index 0000000..1529dc2 --- /dev/null +++ b/src/testing/fortran_test_src/basic_tests.ft @@ -0,0 +1,3 @@ +character (len=11)::test +test = "hello world" +print*,test |