Thanks to visit codestin.com
Credit goes to github.com

Skip to content

elstr-512/bleh-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bleh-nix

some timing stuff binfmt_misc

#include <iostream>
int main() {
    std::cout << "Hello basic nix+cmake build!" << std::endl;
    volatile int j = 0;
    for (int i = 0; i < 100000000; i++) {
        j++;
    }
    return 0;
}
::
./result/bin/bleh-nix: ELF 64-bit LSB pie executable, x86-64,

0.02s user 0.00s system 98% cpu 0.026 total

::
./result/bin/bleh-nix: ELF 64-bit LSB pie executable, ARM aarch64,

0.18s user 0.00s system 99% cpu 0.186 total

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published