mirage-config/source/mirage/testmain.d

16 lines
319 B
D
Raw Normal View History

2022-09-25 18:03:26 +02:00
/**
* Authors:
* Mike Bierlee, m.bierlee@lostmoment.com
2023-01-11 00:06:41 +01:00
* Copyright: 2022-2023 Mike Bierlee
2022-09-25 18:03:26 +02:00
* License:
* This software is licensed under the terms of the MIT license.
* The full terms of the license can be found in the LICENSE file.
*/
module mirage.testmain;
version (unittest) {
void main() {
}
}