From 7740f6b2fda0cba9b89b679547a80173f0d7000b Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 13 Dec 2013 12:25:56 +0100 Subject: [PATCH] modified: hello.rb --- hello.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hello.rb b/hello.rb index 4bc8a15..b14c896 100755 --- a/hello.rb +++ b/hello.rb @@ -1 +1,4 @@ +require '../lib/gtk2' # lib graphique choisie ! +require '../lib/net/ping' #lib netwotk pour verif les liens ! + print "hello world!\n" \ No newline at end of file