bebagodfried / irt

My common repository #codebook

Home Page:https://bebagodfried.github.io/irt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to codebook

Compiler: gcc main.c -o bin

Compile & execut: [linux/macOs] gcc main.c -o bin && ./bin [windows] gcc main.c -o bin && bin.exe

Compile, linker & execut: [linux/macOs] gcc main.c -lm -o bin && ./bin [windows] gcc main.c -lm -o bin && bin.exe

[default] Linux

[repository] https://github.com/bebagodfried/irt.git

About

My common repository #codebook

https://bebagodfried.github.io/irt/

License:GNU General Public License v3.0


Languages

Language:CSS 98.8%Language:JavaScript 0.8%Language:HTML 0.3%Language:C 0.1%Language:PHP 0.0%