diff options
Diffstat (limited to '')
| -rw-r--r-- | demo/src/compile.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demo/src/compile.ts b/demo/src/compile.ts index fa846b1..fda2416 100644 --- a/demo/src/compile.ts +++ b/demo/src/compile.ts @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) Uri Shaked and contributors + const url = 'https://hexi.wokwi.com'; export interface HexiResult { |
