nft.rs 283 B

123456789101112131415
  1. // -*- coding: utf-8 -*-
  2. //
  3. // Copyright (C) 2024 Michael Büsch <m@bues.ch>
  4. //
  5. // Licensed under the Apache License version 2.0
  6. // or the MIT license, at your option.
  7. // SPDX-License-Identifier: Apache-2.0 OR MIT
  8. #![forbid(unsafe_code)]
  9. fn main() {
  10. }
  11. // vim: ts=4 sw=4 expandtab