first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
require_once "../View/ViewShowTodoList.php";
|
||||
require_once "../BusinessLogic/AddTodoList.php";
|
||||
|
||||
addTodoList("Eko");
|
||||
addTodoList("Kurniawan");
|
||||
addTodoList("Khannedy");
|
||||
addTodoList("Programmer");
|
||||
addTodoList("Zaman");
|
||||
addTodoList("Now");
|
||||
|
||||
viewShowTodoList();
|
||||
Reference in New Issue
Block a user