Algorithm to find any simple cycle in an undirected graph

Hello,

What is the algorithm to find any simple cycle in an undirected graph? I couldn’t find an algortihm for this purpose on the internet.

Thanks

Here you go, Mr. Van Hohenheim
Found in Codeforces
Menger’s Theorem