10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-25 22:52:15 +02:00

Create a main for MRPT_Utils

This commit is contained in:
Thomas Applencourt 2016-11-17 10:38:58 -06:00 committed by GitHub
parent 2dc3eea92b
commit 2376fc2f2d

View File

@ -0,0 +1,3 @@
program MRPT_Utils_main
print *, "I'm a core module, I need an main! (maybe a stupid rule)"
end program MRPT_Utils_main