Skip to content

Instantly share code, notes, and snippets.

View Gebes's full-sized avatar

Christoph Krassnigg Gebes

  • Brokkr
  • Austria
  • 05:32 (UTC +02:00)
View GitHub Profile
▷ Java 4 ▷ JavaScript
▷ Dart 5 ▷ Python
▷ Swift 6 ▷ Kotlin
▷ Creating mobile Apps
▷ Developing business applications
▷ Working on fun game projects
@Gebes
Gebes / main.java
Last active June 9, 2020 08:52
Simple solution to the Square Challenge
package uk.microsoft;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
int size = new Scanner(System.in).nextInt();
I created GebesScript for fun and
learning purposes.
I would love to see some cool projects! :)
assert myBoolean : "Oh no! My boolean is false!"
public synchronized void method() {
// code
}