first commit

This commit is contained in:
2023-04-12 11:55:10 +07:00
commit e0dc21312f
17 changed files with 256 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
require_once "../View/ViewAddTodoList.php";
require_once "../BusinessLogic/ShowTodoList.php";
require_once "../BusinessLogic/AddTodoList.php";
addTodoList("Eko");
addTodoList("Kurniawan");
addTodoList("Khannedy");
viewAddTodoList();
showTodoList();
viewAddTodoList();
showTodoList();