blob: 5fa394b6ce5d538fd59bf2036fa787622e1d2c91 (
plain)
1
2
3
4
5
6
7
|
/**
* This file is only used for testing under development.
* Please do not consider this file to be a part of this code.
* There can be some code here which does not correspond to the the code at all.
*/
console.log('This works');
|