User:Guest-1052/coding
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!");
}
}