RosettaCodeData/Task/Hostname/Racket/hostname.rkt

4 lines
52 B
Racket
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#lang racket/base
(require racket/os)
(gethostname)