Skip to content

Commit

Permalink
hzuapps#1 提交实验1代码
Browse files Browse the repository at this point in the history
  • Loading branch information
caizelin111 committed Mar 29, 2019
1 parent 561c5ab commit 149f5cd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package com.example.asus.myapp;

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);
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.example.asus.myapp;

public class Soft1714080902342Activity {

public Soft1714080902342Activity() {
System.out.print("Hello World");
}
}

0 comments on commit 149f5cd

Please sign in to comment.