Skip to content

Instantly share code, notes, and snippets.

View sndnvaps's full-sized avatar
💭
I may be slow to respond.

Samuel Freeman sndnvaps

💭
I may be slow to respond.
View GitHub Profile
@sndnvaps
sndnvaps / Test.c
Created April 28, 2013 14:55 — forked from Bavilo/Test
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
#include <limits.h>
#include <linux/input.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/reboot.h>
package main
import (
"runtime"
"fmt"
)
func test(c chan bool, b bool) {
x := 0.0
for i := 0.0 ; i < 10000000 ; i++ {