GitBucket
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
nitta-lab-2020
/
HelloGit
Browse code
Hello World!をHello Git!に修正。
master
1 parent
dbb8503
commit
3d943e5115bb490164c4195056654329201b0443
n-nittta
authored
on 28 Apr 2020
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
src/Main.java
Ignore Space
Show notes
View
2
■
■
■■■
src/Main.java
public
class
Main
{
public
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
(
"Hello World!"
);
System
.
out
.
println
(
"Hello Git!"
);
}
}
Show line notes below