User:Guest-1052/coding

From Our World of Text Wiki
< User:Guest-1052
Revision as of 10:27, 1 October 2023 by Guest-1052 (talk | contribs) (Created page with "Oh, hello there.<br> I made this page just to share my code. And document me coding in programming languages like assembly.<br> PS: Im horrible at Assembly, but i will try and learn more of it, because its really fun.<br> I also might document some newer coding news like how WebGPU is better than WebGL and how fast it is.<br> And how ChatGPT isnt the best programmer. == Code == Hmmm... <syntaxhighlight lang="java"> class Main{ public static void main(String args[]){...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Oh, hello there.
I made this page just to share my code. And document me coding in programming languages like assembly.
PS: Im horrible at Assembly, but i will try and learn more of it, because its really fun.
I also might document some newer coding news like how WebGPU is better than WebGL and how fast it is.
And how ChatGPT isnt the best programmer.

Code

Hmmm...

class Main{
public static void main(String args[]){
      System.out.println("Hello World!");
}
}