$i = 1; do { echo "My name is Nia" . "\n"; } while ($i < 0);
Pro tip: use ```triple backticks around text``` to write in code fences