diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-05-15 01:29:06 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-05-15 01:29:06 +0330 |
commit | b6a27a2fcc02641801b4193d0f068608e18dbcbd (patch) | |
tree | d08437a7f8594d9a5f0f8e16545a27328427fef5 /src/main.c | |
parent | cfd7848462aa50e039d73df041eab93f9a48b49f (diff) |
add first version of shape shifter
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ static int run(const char *filePath) { } #endif #ifdef PRINT_STATISTICS - start =get_time(); + start = get_time(); #endif int ret; |