Skip to content

Commit 127b9f3

Browse files
committed
hzuapps#1 net 1414080903112
第一次作业
1 parent 950ea85 commit 127b9f3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package com.example.ohmygua.net1414080903112;
2+
3+
import android.support.v7.app.AppCompatActivity;
4+
import android.os.Bundle;
5+
6+
public class net1414080903112 extends AppCompatActivity {
7+
8+
@Override
9+
protected void onCreate(Bundle savedInstanceState) {
10+
super.onCreate(savedInstanceState);
11+
setContentView(R.layout.activity_net1414080903112);
12+
}
13+
}

0 commit comments

Comments
 (0)