Skip to content

Instantly share code, notes, and snippets.

View VictoriqueMoe's full-sized avatar

KN VictoriqueMoe

View GitHub Profile
cd "%~dp0"
echo off
cls
start www.facebook.com/aliahmad.arify
color a
title "Ali Ahmad Arify Mobile: +(93)783004992"
mode con cols=200 lines=50
cls
if %0=="%~dp0beautifulgirls.cmd" goto co
@VictoriqueMoe
VictoriqueMoe / main.go
Last active October 26, 2024 02:22
go prime new
package main
import (
"fmt"
"math/big"
"time"
)
var one = big.NewInt(1)
var four = big.NewInt(4)
package org.example;
import com.google.common.base.Stopwatch;
import java.math.BigInteger;
public class PrimeChecker {
public static boolean checkPrime(final BigInteger given) {
@VictoriqueMoe
VictoriqueMoe / main.go
Created October 25, 2024 12:08
go prime
package main
import (
"fmt"
"math/big"
"time"
)
var one = big.NewInt(1)
var four = big.NewInt(4)