View synchronize.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public synchronized void method() { | |
// code | |
} |
View assert.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
assert myBoolean : "Oh no! My boolean is false!" |
View My Scripting Language
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I created GebesScript for fun and | |
learning purposes. | |
I would love to see some cool projects! :) |
View main.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package uk.microsoft; | |
import java.util.Scanner; | |
public class Main { | |
public static void main(String[] args) { | |
int size = new Scanner(System.in).nextInt(); | |
View What I love to do...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
▷ Creating mobile Apps | |
▷ Developing business applications | |
▷ Working on fun game projects |
View My preferred programming Languages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
▷ Java 4 ▷ JavaScript | |
▷ Dart 5 ▷ Python | |
▷ Swift 6 ▷ Kotlin |