Skip to content

madbyit/ProjectEuler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectEuler

My ProjectEuler solutions

IDE

I am running the code in VS Code in a Linux environment.

Install

For C/C++: sudo apt install build-essential For C#: sudo apt install mono-complete

Commands

C

Compile: $ gcc filename.c This creates an a.out-file Run: $ ./a.out

C++

Compile: $ g++ filename.cpp This creates an a.out-file Run: $ ./a.out

C#

Compile: $ mcs filneame.cs This creates an filename.exe-file Run: $ mono filename.exe

About

My ProjectEuler solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •