Skip to content

Instantly share code, notes, and snippets.

@ultragenix
Last active November 24, 2015 16:39
Show Gist options
  • Select an option

  • Save ultragenix/c9ba201bed8797286048 to your computer and use it in GitHub Desktop.

Select an option

Save ultragenix/c9ba201bed8797286048 to your computer and use it in GitHub Desktop.

Revisions

  1. ultragenix revised this gist Nov 24, 2015. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions Labo.java
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,7 @@
    /*
    class Labo pour apprendre les fonctionnalités de GitHUb
    */

    public class Labo{
    public static void main(String args[]){
    System.out.println("comment sa marche ?");
  2. ultragenix created this gist Nov 24, 2015.
    5 changes: 5 additions & 0 deletions Labo.java
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    public class Labo{
    public static void main(String args[]){
    System.out.println("comment sa marche ?");
    }
    }