Skip to content

Instantly share code, notes, and snippets.

@erenhatirnaz
Created May 18, 2020 08:21
Show Gist options
  • Select an option

  • Save erenhatirnaz/fc6e726fff2731bc1ed763bb2ba7d3e8 to your computer and use it in GitHub Desktop.

Select an option

Save erenhatirnaz/fc6e726fff2731bc1ed763bb2ba7d3e8 to your computer and use it in GitHub Desktop.
Deno deniyoruz örneği. TeknoSeyir'de yazdığım Yazılım Gündemi - 19 yazısı için oluşturuldu. https://teknoseyir.com/blog/yazilim-gundemi-2020-19
import { bgRed, white, bold } from "https://deno.land/std/fmt/colors.ts";
let teknoseyir: string = bold("Tekno") + bold(bgRed(white("Seyir")));
console.log("Selam "+ teknoseyir +"! Deno deniyoruz.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment