codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Euler's Number #597

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of programme

Write a GO programme to compute the value of Euler's Number.

Additional information

1 + 1/1! + 1/2! + 1/3! + ... + 1/n!

Code of Conduct

yogeshCt3 commented 2 years ago

working on it