mirage-injector/testmain.d

16 lines
307 B
D
Raw Normal View History

2022-11-27 16:47:33 +01:00
/**
* Authors:
* Mike Bierlee, m.bierlee@lostmoment.com
* Copyright: 2022 Mike Bierlee
* 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 testmain;
version (unittest) {
void main() {
}
}