Skip to content

Instantly share code, notes, and snippets.

View Francis-McKee's full-sized avatar
🎯
I may be slow to respond.

Francis McKee Francis-McKee

🎯
I may be slow to respond.
View GitHub Profile
import java.util.*;
public class Main{
private int[] data;
private void swap(int i, int j) {
int temp;
public class Main {
public static void main(String[] args) {
int a = 108;
int b = 48;
System.out.println("GCD of a and b is " + calcGcd(a, b));
}
// method to calculate the GCD
public static long calcGcd(int a, int b) {
if (b != 0) {
@Francis-McKee
Francis-McKee / script.txt
Last active December 18, 2023 05:00
Zeeoban
title Zeeoban
author Francis McKee
level_select
continue_is_level_select
sprite_size 8
font_size 8
verbose_logging
mouse_left MouseClick
@Francis-McKee
Francis-McKee / script.txt
Last active March 28, 2023 19:36
Color Rush
title Color Rush
author FrankzeeTank
level_select
continue_is_level_select
sprite_size 8
font_size 8
verbose_logging
mouse_left MouseClick