File: hash.cpp

package info (click to toggle)
tl-optional 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: cpp: 2,570; sh: 26; makefile: 8
file content (4 lines) | stat: -rw-r--r-- 94 bytes parent folder | download
1
2
3
4
#include <catch2/catch_all.hpp>
#include <tl/optional.hpp>

TEST_CASE("Hashing", "[hash]") {}