Skip to content

Instantly share code, notes, and snippets.

@erenhatirnaz
Created May 18, 2020 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erenhatirnaz/fc6e726fff2731bc1ed763bb2ba7d3e8 to your computer and use it in GitHub Desktop.
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