Skip to content

Instantly share code, notes, and snippets.

View ilyeshammadi's full-sized avatar
🚀

Ilyes Hammadi ⵉⵍⵖⴻⵙ ilyeshammadi

🚀
  • Tiqets
  • Amsterdam, Netherlands
View GitHub Profile
/**
* Created by Ilyes Hammadi on 07/03/2015.
*/
public class Animal {
// attribut
private String name;
private int poid;
private static int nombreAnimeau = 0;
<DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>page web</title>
</head>
<body>
<style>
@ilyeshammadi
ilyeshammadi / Etudiant.java
Created March 6, 2015 20:40
Creation d'une class Etudiant
package com.company;
/**
* Created by Hammadi Ilyes Ahmed on 02/03/2015.
*/
public class Etudiant {
private String nom;
private String eMail;
private int age;