Skip to content

Instantly share code, notes, and snippets.

View grzanka's full-sized avatar
🏠
Working from home

Leszek Grzanka grzanka

🏠
Working from home
  • AGH
  • Krakow, Poland
  • 19:22 (UTC +02:00)
View GitHub Profile
@dchansen
dchansen / Ranshi.c
Last active December 18, 2021 06:12
Ranshi64 speed test
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <assert.h>
#include <stdbool.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <math.h>
#include <limits.h>