Skip to content

Instantly share code, notes, and snippets.

@in1yan
in1yan / virus.go
Created February 13, 2025 04:49
sloth bytes challenge
package main
import (
"fmt"
"strings"
)
func main() {
fmt.Println(remove_virus("PC Files: spotifysetup.exe, virus.exe, dog.jpg"))
fmt.Println(remove_virus("PC Files: antivirus.exe, cat.pdf, lethalmalware.exe, dangerousvirus.exe "))