Skip to content

amdev01/CollegeProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CollegeProjects

How to run these programs on Linux?

First of all you need to instal .NET <= Follow this link for setup instructions Then run the following in the terminal

~$ git clone https://github.com/MyczkowskiAdam/CollegeProjects
~$ cd CollegeProjects
~$ cd *Program-you-want-to-build*
// If you want to run it
~$ dotnet run
// If you want to build an executable
~$ dotnet build //then run the executable

That's it, your program should be running now!

About

College Computer Science work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages