summaryrefslogtreecommitdiffstats
path: root/src/testing
diff options
context:
space:
mode:
authorAidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com>2021-12-14 17:34:30 +0000
committerAidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com>2021-12-14 17:34:30 +0000
commit2c7c11bffc7a6009a544d7838cc4f58bd723b79f (patch)
treed291a1d61c6b298442155017df4218ebd365920f /src/testing
parentb85a03d829d16ce053526ff46f19e19185fad992 (diff)
parent659e0e2c125772600079854bef65806f65a5a358 (diff)
downloadesotericFORTRAN-2c7c11bffc7a6009a544d7838cc4f58bd723b79f.tar.gz
esotericFORTRAN-2c7c11bffc7a6009a544d7838cc4f58bd723b79f.zip
Merge branch 'main' of https://github.com/AlfieEagleton/EsotericProjectGroup12
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/fortran_test_src/basic_tests.ft3
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