Initial commit

This commit is contained in:
2021-02-12 22:25:41 +01:00
commit 61e34a3cdf
9 changed files with 191 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package app.model;
/**
* Data model of the application
*/
public class Model {
private String text;
}