Skip to content

valentindruon/Dining-philosophers-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Dining philosophers

======

See it on Wikipédia !

First go get the package

go get github.com/vdruon/Dining-philosophers-go

Then simply create a new go file and paste this code

package main

import "dining_philosophers"

func main() {
  dining_philosophers.LetsDine()
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages