Skip to content

Instantly share code, notes, and snippets.

import java.util.Random;
public class Test {
public static void main(String[] args) {
var r = new Random();
System.out.println(r.nextInt());
set nocompatible
filetype on
filetype plugin on
filetype indent on
syntax on
set background=light
" wget -O ~/.vim/colors/sonokai.vim https://raw.githubusercontent.com/sainnhe/sonokai/master/colors/sonokai.vim

Keybase proof

I hereby claim:

  • I am metebalci on github.
  • I am metebalci (https://keybase.io/metebalci) on keybase.
  • I have a public key whose fingerprint is 7863 8625 5779 F0DE 39CD 52DE 8938 953D B759 8777

To claim this, I am signing this object:

public class Test {
public int f() throws Exception {
int a = 5;
return a;
}
public static void main(String[] args) throws Exception {
for (int i = 1; i <= 10; i++) {