Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

e-graveyard/problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Coding Problems

Running

C++

$ g++ main.cpp -o main

Go

$ go build -o main

NodeJS

$ node main.js

Python

$ python3 main.py