| 001 |
|
/* |
|
|
| 002 |
|
* To
change this template, choose Tools | Templates |
|
|
| 003 |
|
* and
open the template in the editor. |
|
|
| 004 |
|
*/ |
|
|
| 005 |
|
|
|
|
| 006 |
|
package kototest; |
|
|
| 007 |
|
|
|
|
| 008 |
|
/** |
|
|
| 009 |
|
* |
|
|
| 010 |
|
*
@author Koto |
|
|
| 011 |
|
*/ |
|
|
|
012 |
|
public class
KNMain { |
|
|
| 013 |
|
|
|
|
| 014 |
|
/** |
|
|
| 015 |
|
*
@param args the command line arguments |
|
|
| 016 |
|
*/ |
|
|
| 017 |
|
public static void
main(String[] args) { |
← |
メイン関数 |
| 018 |
|
// TODO code
application logic here |
|
|
| 019 |
|
|
|
|
| 020 |
|
System.out.println("Hello
world!"); |
|
|
| 021 |
|
|
|
|
| 022 |
|
} |
|
|
| 023 |
|
|
|
|
| 024 |
|
} |
|
|