File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * SPDX-FileCopyrightText: Copyright 2022 LG Electronics Inc.
3+ * SPDX-License-Identifier: Apache-2.0
4+ * DownloadLocation: https://github.com/browserify/acorn-node
5+ * SPDX-FileCopyrightText: Copyright 2017 Free Software Foundation Europe e.V.
6+ * SPDX-License-Identifier: MIT
7+ * DownloadLocation: https://github.com/fsfe/reuse-tool
8+ */
9+ #include < iostream>
10+
11+ int main ()
12+ {
13+ std::cout << " Hello, world!" << std::endl;
14+ return 0 ;
15+ }
Original file line number Diff line number Diff line change 1+ /*
2+ * SPDX-FileCopyrightText: Copyright 2022 LG Electronics Inc.
3+ * SPDX-License-Identifier: Apache-2.0
4+ * DownloadLocation: https://github.com/browserify/acorn-node
5+ */
6+ #include < iostream>
7+
8+ int main ()
9+ {
10+ std::cout << " Hello, world!" << std::endl;
11+ return 0 ;
12+ }
You can’t perform that action at this time.
0 commit comments