Skip to content
View GaltMidas's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report GaltMidas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GaltMidas/README.md

Thanks for stopping by 👋

  • 🔭 I’m currently working on Virtual Reality in the music industry.
  • ⚡ Fun fact: I once threw out the first pitch at a Detroit Tiger game
  • 👯 I’m looking to collaborate on Elixir and React, Eth, Polkadot Parathreads, bridges
  • 🤔 I’m looking for help with finding Elixir people to work with. I can pay. Hit me up.

Pinned

  1. TimingPerf TimingPerf
    1
    function addUpTo(n) {
    2
        return n * (n + 1) / 2
    3
    }
    4
    
                  
    5
    console.log(addUpTo(7))