Project

General

Profile

Download (223 Bytes) Statistics
| Branch: | Revision:

hydrilla-source-package-example / message.js @ bea4923f

1
// SPDX-License-Identifier: CC0-1.0
2

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

    
7
var hello_message = "hello, "
8
var bye_message = "bye, "
(7-7/7)