renamed: hello.rb -> c/hello.rb

This commit is contained in:
Quentin
2013-12-13 12:28:39 +01:00
parent 7740f6b2fd
commit 92fcadf1d4

4
c/hello.rb Executable file
View File

@ -0,0 +1,4 @@
require '../lib/gtk2' # lib graphique choisie !
require '../lib/net/ping' #lib netwotk pour verif les liens !
print "hello world!\n"