diff --git a/DEV4.5/exo1_controle b/DEV4.5/exo1_controle new file mode 100644 index 0000000..d08100e --- /dev/null +++ b/DEV4.5/exo1_controle @@ -0,0 +1,54 @@ +package com.example.partition; + +import android.os.Bundle; +import androidx.appcompat.app.AppCompatActivity; + +public class Partition extends AppCompatActivity { + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + setContentView(R.layout.activity_main); + } +} + + + + + + + + + + + \ No newline at end of file