Skip to content
Avatar
:octocat:
I like mathemagic and computering
:octocat:
I like mathemagic and computering

Highlights

  • Arctic Code Vault Contributor

Organizations

@EpicGames @Mundo-enfermo-y-triste @nim-mx
Vicfred/README.md

Top Langs

Pinned

  1. programming vocabulary in japanese

    8 1

  2. problems from codeforces solved in haskell

    Haskell 8

  3. Chip-8 Emulator in C++

    C++ 12 3

  4. Competitive programming solutions

    D 19 10

  5. 1
    // How many times do you have to flip a coin
    2
    // to get n heads?
    3
    #include <random>
    4
    #include <iostream>
    5
    
                  
  6. 1
    // approximate pi using random points in a square
    2
    // compile using: g++ pi.cpp -o pi
    3
    // and then run using: ./pi
    4
    #include <iostream>
    5
    #include <iomanip>

10,874 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

September 2020

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.