10 lines
418 B
Bash
10 lines
418 B
Bash
###
|
|
# @Author: 陈逸凡 1343619937@qq.com
|
|
# @Date: 2024-04-25 16:02:09
|
|
# @LastEditors: 陈逸凡 1343619937@qq.com
|
|
# @LastEditTime: 2024-04-25 16:02:21
|
|
# @FilePath: \genann-master\build.sh
|
|
# @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
###
|
|
gcc genann.c my_test.c -o mytest -lm
|
|
./mytest |