MCPcopy Create free account
hub / github.com/TheAlgorithms/Java / main

Method main

src/main/java/com/thealgorithms/others/CRC16.java:10–12  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

8 }
9
10 public static void main(String[] args) {
11 System.out.println(crc16("Hello World!"));
12 }
13
14 public static String crc16(String message) {
15 int crc = 0xFFFF; // initial value

Callers

nothing calls this directly

Calls 1

crc16Method · 0.95

Tested by

no test coverage detected