Skip to content

Instantly share code, notes, and snippets.

View kraksy's full-sized avatar
☣️
Focusing on being a fucking dumbass

Krek kraksy

☣️
Focusing on being a fucking dumbass
  • Czech Republic
  • 03:59 (UTC +02:00)
  • X @kraksy2
View GitHub Profile
@kraksy
kraksy / gist:34ba2e1b683c8f77c5e0d160e88f700f
Created September 21, 2023 15:47
homework for tommorow
import java.util.Scanner;
public class Main {
public static void main(String[] args){
char[] english = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l',
'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x',
'y', 'z', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0',
',', '.', '?' };