GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
miura250
/
PureATN_M
Transfer to URL with SHA
Find file
Newer
Older
tree:
71e22c0aae
Branches
Tags
×
master
PureATN_M
/
src
/
main
/
java
/
cit
/
PureATN
/ App.java
motoki miura
on 10 May 2022
121 bytes
first
Raw
Blame
History
package cit.PureATN; public class App { public static void main( String[] args ) { new Note(); } }