Skip to content

Instantly share code, notes, and snippets.

View Shobhit-Nagpal's full-sized avatar
:octocat:
vibing

Shobhit Nagpal Shobhit-Nagpal

:octocat:
vibing
View GitHub Profile
#include <stdio.h>
#include <stdint.h>
#include <time.h>
#define OUTER 1000
#define INNER 1000000
int main(void) {
struct timespec start, end;
clock_gettime(CLOCK_MONOTONIC, &start);
# Utils
function log {
param([string]$Message)
Write-Host "`n$Message"
}
# Startup script (check $PROFILE and add below code there)
function touch {
param([string]$File)