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