git 使用测试代码

<?php


class TestController
{
    public function __construct()
    {
       
    }

    public function index()
    {
        echo 'hello world !';
    }
}

编程技巧