This is a Blog Test

This is a Blog Test

Karim Tarakji·

I'm just testing out the blog feature

This is really cool, it can write quotes

  1. Numbered List test 1
  2. Numbered list test 2
  3. Numbered list test 3

Wow a toggle list just like Notion
Wow you can hide things
Hide things deeply

import java.io.FileNotFoundException;
import java.io.PrintWriter;

public class GenerateDummyCode {
	public static void main(String[] args) {
		String className = "Eben";
		String newLine = "\n";
		String tab = "\t";
		String classStart = "public class " + className + " {";
		String closeBracket = "}";
		String mainStart = "public static void main(String[] args) {";
		String dummyContent = "";
		String temp = null;
		int size = 10000;
		for (int i = 1; i <= size; i++) {
			temp = String.format("System.out.println(\" %6d .ci satir\");", i);
			dummyContent += tab + tab + temp + newLine;
		}
		
		String outputCode = 
				classStart + newLine + newLine + 
				tab + mainStart + newLine + newLine +  
				dummyContent + newLine + 
				tab + closeBracket + newLine + 
				closeBracket + newLine;


Imagine a happy family in a suburban community

a family standing in a field at sunset
Photo by Tá Focando on Unsplash