aboutsummaryrefslogtreecommitdiff
path: root/tests/source-package-example/hello.js
blob: 46c0148296162c46f65f4fda921a975c94e957d8 (plain)
1
2
3
4
5
6
7
// SPDX-License-Identifier: CC0-1.0

// Copyright (C) 2021 Wojtek Kosior <koszko@koszko.org>
//
// Available under the terms of Creative Commons Zero v1.0 Universal.

console.log(hello_message + "apple!");