测试代码高亮

/*
* Copyright (c) 2017, GuChen, All rights reserved.
* Abstract:Print hello
* Platform:C
* Version:V0.1
* Created by <[email protected]> Date: Dec 10, 2018 at 6:32:46 PM*/
#include <stdio.h>

int main(void)
{
    printf("hellon");
    
    return 0; 
}
/*
* Copyright (c) 2017, GuChen, All rights reserved.
* Abstract:Print hello
* Platform:C
* Version:V0.1
* Created by <[email protected]> Date: Dec 10, 2018 at 6:33:12 PM*/
#include <stdio.h>

int main(void)
{
    printf("hellon");
    
    return 0; 
}