Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 244 Bytes

File metadata and controls

21 lines (17 loc) · 244 Bytes
layout page
title PAGE-TITLE
permalink /test

这里是一个测试页面,我来测试一些显示

1233

print("hello world")
#include <stdio.h>

int main() {
    printf("hello world\n");
    return 0;
}