class SoftwareEngineer extends Human
{
private String _name;
private List<String> _passions;
public void SoftwareEngineer()
{
super();
this._name = "Jules";
this._passions = {"Films", "Video Games", "Rock", "Running"};
}
public void sayHi()
{
System.out.println("Hello there, have fun wandering around my profil.");
}
}
🐝
BEE :D
IT Student in Strasbourg, France. 🇫🇷
I'm a fan of Films🎬 and Rock🎸.
- Strasbourg, France
- https://julesgoy.vercel.app/
- in/jules-goy
Highlights
- Pro
Pinned Loading
-
Torrington
Torrington PublicTorrington is a serious game developed in C# with Godot for a university project. The goal is to understand how the selection of academic programs is made.
C#
-
WiMusic_Api
WiMusic_Api PublicA music streaming backend built with Node.js, Express and TypeScript. It supports uploading MP3 files, managing tracks, artists and albums (with pagination), and streaming audio content. It uses Pr…
TypeScript
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



