質問編集履歴

2

使い

2018/09/12 11:32

投稿

aiueoaiueoaiue
aiueoaiueoaiue

スコア94

test CHANGED
File without changes
test CHANGED
File without changes

1

追記

2018/09/12 11:32

投稿

aiueoaiueoaiue
aiueoaiueoaiue

スコア94

test CHANGED
File without changes
test CHANGED
@@ -113,3 +113,23 @@
113
113
  OpenJDK Runtime Environment (build 1.8.0_181-b13)
114
114
 
115
115
  OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)
116
+
117
+ ###Javaのソース
118
+
119
+ ```ここに言語を入力
120
+
121
+ import java.io.*;
122
+
123
+
124
+
125
+ public class Hello{
126
+
127
+ public static void main(String[] args){
128
+
129
+ System.out.println("Helloworld");
130
+
131
+ }
132
+
133
+ }
134
+
135
+ ```