GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
4
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
jryland
/
Import
Transfer to URL with SHA
Find file
Newer
Older
tree:
945aee8da8
Branches
Tags
×
DELL-PC
MacBookPro
NUC
master
Import
/
research
/
other
/
simpVM
/
src
/ benchmark.c
John Ryland
on 22 Dec 2020
92 bytes
import NUC files
Raw
Blame
History
void main() { int x = 1234; while (1) { x++; printf("hello %i\n", x); } }