Prime factors

This commit is contained in:
2023-10-04 17:12:25 +02:00
parent a1fff22f54
commit 1a84502578
2 changed files with 70 additions and 0 deletions

41
.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# CMake
build*
cmake-build-*
meson-build-*
*.out
*.exe
# Xcode
*.xcworkspace
*.xcodeproj
# Visual Studio
*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
.vs
# Makefile
Makefile
*.make
# nvim
.ccls
.ccls-cache
compile_commands.json
# Visual Studio Code
.vscode
# JetBrains
.idea
.fleet
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Cache
.cache