This commit is contained in:
zongor 2023-10-14 09:32:24 -04:00
parent d637a3b411
commit 7b7ec7d1de
3 changed files with 0 additions and 13 deletions

View File

@ -1,5 +0,0 @@
program check
implicit none
print *, "Put some tests in here!"
end program check

View File

@ -1,3 +1,2 @@
#!/bin/sh
#listen1 'tcp!*!35565'
~/.local/bin/fortran-mmo-server ../../common/sql/test.db3

View File

@ -1,7 +0,0 @@
program main
use iso_fortran_env
implicit none
write(output_unit, "(i3, 1x, a24, 1x, f8.2, 1x, f8.2)") 0, 'chakr', 0.0, 0.0
end program main