mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-08-23 08:41:31 +00:00
5 lines
41 B
Perl
Executable File
5 lines
41 B
Perl
Executable File
#!usr/bin/perl
|
|
|
|
print "hello\n";
|
|
exit 0;
|