mirage-injector/testmain.d

16 lines
316 B
D
Raw Permalink Normal View History

2022-11-27 16:47:33 +01:00
/**
* Authors:
* Mike Bierlee, m.bierlee@lostmoment.com
2023-01-11 00:08:32 +01:00
* Copyright: 2022-2023 Mike Bierlee
2022-11-27 16:47:33 +01:00
* License:
* This software is licensed under the terms of the MIT license.
2023-02-20 19:29:31 +01:00
* The full terms of the license can be found in the LICENSE.txt file.
2022-11-27 16:47:33 +01:00
*/
module testmain;
version (unittest) {
void main() {
}
}