From 6eeb752eb90c2f20342e34dc47f7b1dcfb5fcdfb Mon Sep 17 00:00:00 2001 From: 622eda98dfef6c4fdb84ccca <622eda98dfef6c4fdb84ccca@devide> Date: Tue, 18 Apr 2023 14:41:54 +0000 Subject: [PATCH] UPDATE --- src/App.vue | 2 +- src/a.java | 3 +++ src/a.py | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 src/a.java create mode 100644 src/a.py diff --git a/src/App.vue b/src/App.vue index 74ebc0c..91d9c45 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,7 +21,7 @@ export default { ctx.font = "bold 200px sans-serif"; ctx.textAlign = "center"; ctx.textBaseline = "middle"; - ctx.fillText("Hi", canvas.width / 2, canvas.height / 2); + ctx.fillText("CSDN", canvas.width / 2, canvas.height / 2); requestAnimationFrame(render); }; diff --git a/src/a.java b/src/a.java new file mode 100644 index 0000000..664b42c --- /dev/null +++ b/src/a.java @@ -0,0 +1,3 @@ +public static void main(String[] args) { + +} \ No newline at end of file diff --git a/src/a.py b/src/a.py new file mode 100644 index 0000000..38332a2 --- /dev/null +++ b/src/a.py @@ -0,0 +1 @@ +print \ No newline at end of file -- GitLab