chore: Happy New Year 2025 (#27509)

This commit is contained in:
Kenta Moriuchi 2025-01-01 04:12:39 +09:00 committed by GitHub
parent ac7b33a340
commit 8fb073d7b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1190 changed files with 1192 additions and 1192 deletions

View file

@ -1,4 +1,4 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// Copyright 2018-2025 the Deno authors. MIT license.
import { op_hello } from "ext:core/ops";
function hello() {
op_hello("world");

View file

@ -1,4 +1,4 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// Copyright 2018-2025 the Deno authors. MIT license.
console.log("Hello world from JS!");
console.log(Deno.build);
Extension.hello();

View file

@ -1,4 +1,4 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// Copyright 2018-2025 the Deno authors. MIT license.
#![allow(clippy::print_stdout)]
#![allow(clippy::print_stderr)]