Skip to content

Commit

Permalink
hzuapps#1 hzuapps#1094 第二次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
zglx committed Apr 16, 2018
1 parent 21ffc78 commit 80f554a
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package com.example.administrator.soft1614080902231

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

class Soft161408092231Activity : AppCompatActivity() {

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
}
}

0 comments on commit 80f554a

Please sign in to comment.