sofiiiaaapiust

Untitled

Mar 23rd, 2023
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package com.example;
  2.  
  3. public class Main {
  4. public static void main(String[] args) {
  5. int myVariable = 10;
  6. System.out.println(myVariable);
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment