Initial commit

This commit is contained in:
2025-01-24 10:58:38 +01:00
parent 2371645147
commit 1bfccba59f
4 changed files with 39 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
program check
implicit none
print *, "Put some tests in here!"
end program check