Skip to content
Snippets Groups Projects
Commit de08a886 authored by MedouAmougui SamDylan's avatar MedouAmougui SamDylan
Browse files

Delete sommet.ts

parent c99a9c65
No related branches found
No related tags found
No related merge requests found
export class Vertex {
id: number;
constructor(id: number) {
this.id = id;
}
getId(): number {
return this.id;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment