10 lines
280 B
Racket
10 lines
280 B
Racket
#lang s-exp "../../lang/base.rkt"
|
|
|
|
;; Any program that's compiled with require-permission should have
|
|
;; the permissions of the module as part of the module record.
|
|
|
|
(printf "permissions.rkt\n")
|
|
|
|
(require "../../permissions/require-permission.rkt")
|
|
|
|
(require-permission "network") |