×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: Henk van padje
Added: May 19, 2022 9:11 PM
Views: 12
Tags: no tags
  1. /*
  2.  * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
  3.  * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Main.java to edit this template
  4.  */
  5. package javaapplication1;
  6.  
  7. /**
  8.  *
  9.  * @author Frede
  10.  */
  11. public class JavaApplication1 {
  12.  
  13.         /**
  14.          * @param args the command line arguments
  15.          */
  16.         public static void main(String[] args) {
  17.                 // TODO code application logic here
  18.         }
  19.        
  20. }
  21.