# linked_list **Repository Path**: fortran-sph/linked_list ## Basic Information - **Project Name**: linked_list - **Description**: 🎡 开展NNPS的链表试验。 - **Primary Language**: FORTRAN - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-06 - **Last Updated**: 2022-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LINKED-LIST-NNPS 开展 2 维的链表 NNPS 试验。 ## 运行 ```sh fpm run # 使用 fortran-lang/fpm 构建程序 ``` 单元测试: ```sh fpm test ``` ## 生成文档 ```sh ford FORD-project-file.md # 使用 FORD 构建文档 ```