Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Created February 19, 2018 19:33
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 filipgorczynski/1204d6d360114f0c25564ca609ff4db6 to your computer and use it in GitHub Desktop.
Save filipgorczynski/1204d6d360114f0c25564ca609ff4db6 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use warnings;
use strict;
$_ = "Hello World\n";
# "Domyśl się" co będzie wyświetlone na ekranie
print;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment