Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #571 from dengfu311/master
Browse files Browse the repository at this point in the history
#1 #567 第1次实验
  • Loading branch information
zengsn authored Oct 13, 2020
2 parents 8dc86e4 + 8d7edf9 commit 722d424
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions students/net1814080903201/Net1814080903201Activity.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package edu.hzuapps.androidlabs.soft1814080903201.Soft1814080903201Activity.java

import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle

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

0 comments on commit 722d424

Please sign in to comment.