Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 420 Bytes

File metadata and controls

19 lines (11 loc) · 420 Bytes

ct

A script to get the compile time of something (not initially by me).

Notes.

This script was not initially by me. I don't know who made it initially, I just found it online. I will continue to make updates to it as I see fit.

Building

GCC/MinGW

gcc ct.c -s -o ct.exe

build.bat

You will need MinGW installed to run this bat file. If you do, simply press enter, and it should build!