Browse Source

host info

master
Wesley Kerfoot 12 years ago
parent
commit
3a9f5b8804
  1. 4
      hostname-info.rkt

4
hostname-info.rkt

@ -0,0 +1,4 @@
#lang racket
(define hostname "192.168.0.100")
(provide hostname)