Skip to content

Commit

Permalink
hzuapps#2 hzuapps#1599 第二次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzepo committed May 20, 2018
1 parent b434bc0 commit e2c9eec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions soft1614080902141/MainActivity.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package com.example.john.soft1614080902141;

import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;

public class MainActivity extends AppCompatActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
}

0 comments on commit e2c9eec

Please sign in to comment.