From af084b8acb5ed7e883e422c4626a596eb32fba25 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Thu, 1 Apr 2021 11:38:06 -0400 Subject: Added support for viewing individual instruction pages, assigning players, and launching instruction jobs --- captain/launch.f90 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 captain/launch.f90 (limited to 'captain/launch.f90') diff --git a/captain/launch.f90 b/captain/launch.f90 new file mode 100644 index 0000000..97e0a59 --- /dev/null +++ b/captain/launch.f90 @@ -0,0 +1,14 @@ +module remote_launch +implicit none + +contains + + subroutine launch_instructions_on_player(instruction, player) + implicit none + + character(*), intent(in)::instruction, player + + end subroutine launch_instructions_on_player + + +end module remote_launch \ No newline at end of file -- cgit v1.2.3