mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-26 22:14:08 +08:00
Format code with prettier (#3375)
This commit is contained in:
@ -5,6 +5,7 @@ package com.thealgorithms.others;
|
||||
* for an example
|
||||
*/
|
||||
public class KMP {
|
||||
|
||||
// a working example
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
Reference in New Issue
Block a user