Vicfred - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View Vicfred's full-sized avatar

:octocat:

I like mathemagic and computering

:octocat:

I like mathemagic and computering

Block or report Vicfred

Language Stats

Pinned Loading

  1. programming vocabulary in japanese

    16 2

  2. problems from codeforces solved in haskell

    Haskell 12

  3. Chip-8 Emulator in C++

    C++ 16 3

  4. Competitive programming solutions

    Haskell 37 11

  5. 1

    // How many times do you have to flip a coin
  6. 1

    // approximate pi using random points in a square

    2

    // compile using: g++ pi.cpp -o pi

    3

    // and then run using: ./pi