commit f8823c6d57c7d6f1633f534079f2a0cc09ee57d6 Author: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Wed Jan 10 12:19:46 2024 +0800 initial commit diff --git a/src/practice1.java b/src/practice1.java new file mode 100644 index 0000000..27f5a04 --- /dev/null +++ b/src/practice1.java @@ -0,0 +1,5 @@ +public class helloWorld() { + public static void main(String[] args) { + System.out.println("Hello, world"); + } +} \ No newline at end of file