first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
require_once "../Model/TodoList.php";
|
||||
require_once "../BusinessLogic/AddTodoList.php";
|
||||
|
||||
|
||||
addTodoList("Eko");
|
||||
addTodoList("Kurniawan");
|
||||
addTodoList("Khannedy");
|
||||
|
||||
var_dump($todoList);
|
||||
Reference in New Issue
Block a user