mirror of
https://github.com/RRZE-HPC/asmbench.git
synced 2026-01-07 04:50:05 +01:00
6 lines
79 B
C
6 lines
79 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("%d\n", test(100));
|
|
return 0;
|
|
} |