Skip to content

Instantly share code, notes, and snippets.

View gebes's full-sized avatar

Christoph Krassnigg gebes

  • Brokkr
  • Austria
  • 02:49 (UTC +02:00)
View GitHub Profile
public synchronized void method() {
// code
}
assert myBoolean : "Oh no! My boolean is false!"
I created GebesScript for fun and
learning purposes.
I would love to see some cool 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();
▷ Creating mobile Apps
▷ Developing business applications
▷ Working on fun game projects
▷ Java 4 ▷ JavaScript
▷ Dart 5 ▷ Python
▷ Swift 6 ▷ Kotlin