Advertisement
KodingKid

My first Java script (not Javascript!)

May 18th, 2021
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. public class Main {
  2.   public static void main(String[] args) {
  3.       System.out.Println("This is my first script!")
  4.       }
  5. }
  6. //Do you want to know why I have started learning Java, 1. I saw a video on it and learnt some and wanted to code it 2. It is very similar to C# 3. I want to learn it 4. I have been familiar with it for a while now.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement