14 lines
230 B
Swift
14 lines
230 B
Swift
|
//
|
||
|
// main.swift
|
||
|
// jstest
|
||
|
//
|
||
|
// Created by Shadowfacts on 4/2/20.
|
||
|
// Copyright © 2020 Shadowfacts. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
let source = "`+`${{a:3}}`"
|
||
|
_ = JavaScriptHighlighter(text: source).highlight()
|
||
|
|