From 2a79043e4b33118437b3ade35a792b9e0d1323be Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Thu, 25 Mar 2021 16:50:32 -0400 Subject: Started on server components. Implemented thin, only-necessary sqlite wrapping in Fortran. --- captain/captian.f90 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 captain/captian.f90 (limited to 'captain/captian.f90') diff --git a/captain/captian.f90 b/captain/captian.f90 new file mode 100644 index 0000000..e115280 --- /dev/null +++ b/captain/captian.f90 @@ -0,0 +1,12 @@ +program captain +use captain_db +implicit none + + + call initialize_db("/tmp/test.db") + + call add_player_db("windows", "asdf") + + call shutdown_db() + +end program captain \ No newline at end of file -- cgit v1.2.3